#B8BF2C

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

Shades of Rio Grande #B8BF2C

Tints of Rio Grande #B8BF2C

Color information

#B8BF2C (or 0xB8BF2C) is unknown color: approx Rio Grande. HEX triplet: B8, BF and 2C. RGB value is (184,191,44). Sum of RGB (Red+Green+Blue) = 184+191+44=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 44 (17.58% from 255 or 10.50% from 419); Max value from RGB is 191 - color contains mainly: green. Hex color #B8BF2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BF2C is #4740D3. Grayscale: #ACACAC. Windows color (decimal): -4669652 or 2932664. OLE color: 2932664.

HSL color Cylindrical-coordinate representation of color #B8BF2C: hue angle of 62.86º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B8BF2C is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB18419144-
CMYK0.0400.770.25
HSL62.86º62.55%46.08%-
HSV(B)62.86º76.96%74.9%-
XYZ38.8547.639.53-
YUV172.1555.68136.45-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.91%
GREEN value IS 191 (75% from 255) = 45.58%
BLUE value IS 44 (17.58% from 255) = 10.50%
R=43.91%
G=45.58%
B=10.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184191440.0400.770.2562.8662.5546.08
HexB8BF2C404D193f3f2e
Octal270277544011531777756
Binary10111000101111111011001000100110111001111111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BF2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BF2C; }

 p { color: rgb(184,191,44); }

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

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

 a { background-color: rgb(184,191,44); }

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

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

 span { border-color: rgb(184,191,44); }

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