#b8c219

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

Shades of Rio Grande #B8C219

Tints of Rio Grande #B8C219

Color information

#B8C219 (or 0xB8C219) is unknown color: approx Rio Grande. HEX triplet: B8, C2 and 19. RGB value is (184,194,25). Sum of RGB (Red+Green+Blue) = 184+194+25=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 194 (76.17% from 255 or 48.14% from 403); Blue value is 25 (10.16% from 255 or 6.20% from 403); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C219 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8C219 is #473DE6. Grayscale: #ACACAC. Windows color (decimal): -4668903 or 1688248. OLE color: 1688248.

HSL color Cylindrical-coordinate representation of color #B8C219: hue angle of 63.55º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B8C219 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB18419425-
CMYK0.0500.870.24
HSL63.55º77.17%42.94%-
HSV(B)63.55º87.11%76.08%-
XYZ39.2348.848.28-
YUV171.7445.19136.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.66%
GREEN value IS 194 (76.17% from 255) = 48.14%
BLUE value IS 25 (10.16% from 255) = 6.20%
R=45.66%
G=48.14%
B=6.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal184194250.0500.870.2463.5577.1742.94
HexB8C219505718404d2b
Octal27030231501273010011553
Binary101110001100001011001101010101111100010000001001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8c219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8c219; }

 p { color: rgb(184,194,25); }

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

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

 a { background-color: rgb(184,194,25); }

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

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

 span { border-color: rgb(184,194,25); }

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