#b8c628

Color #B8C628 Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #B8C628

Tints of Rio Grande #B8C628

Color information

#B8C628 (or 0xB8C628) is unknown color: approx Rio Grande. HEX triplet: B8, C6 and 28. RGB value is (184,198,40). Sum of RGB (Red+Green+Blue) = 184+198+40=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 198 (77.73% from 255 or 46.92% from 422); Blue value is 40 (16.02% from 255 or 9.48% from 422); Max value from RGB is 198 - color contains mainly: green. Hex color #B8C628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C628 is #4739D7. Grayscale: #B0B0B0. Windows color (decimal): -4667864 or 2672312. OLE color: 2672312.

HSL color Cylindrical-coordinate representation of color #B8C628: hue angle of 65.32º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B8C628 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB18419840-
CMYK0.0700.800.22
HSL65.32º66.39%46.67%-
HSV(B)65.32º79.8%77.65%-
XYZ40.3450.739.67-
YUV175.851.36133.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 43.60%
GREEN value IS 198 (77.73% from 255) = 46.92%
BLUE value IS 40 (16.02% from 255) = 9.48%
R=43.60%
G=46.92%
B=9.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal184198400.0700.800.2265.3266.3946.67
HexB8C62870501641422f
Octal27030650701202610110257
Binary1011100011000110101000111010100001011010000011000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8c628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8c628; }

 p { color: rgb(184,198,40); }

 H1.HeaderClassName
 {
   color: #b8c628;
 }
 .AnyTagClassName
 {
   color: #b8c628;
 }
</style>
background-color css

<style>
 a { background-color: #b8c628; }

 a { background-color: rgb(184,198,40); }

 div.DivClassName
 {
   background-color: #b8c628;
 }
 .BgClassName
 {
   background-color: #b8c628;
 }
</style>
border-color css

<style>
 span { border-color: #b8c628; }

 span { border-color: rgb(184,198,40); }

 td.TdClassName
 {
   border-color: #b8c628;
 }
 .TagClassName
 {
   border-color: #b8c628;
 }
</style>