#B6BF24

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

Shades of Rio Grande #B6BF24

Tints of Rio Grande #B6BF24

Color information

#B6BF24 (or 0xB6BF24) is unknown color: approx Rio Grande. HEX triplet: B6, BF and 24. RGB value is (182,191,36). Sum of RGB (Red+Green+Blue) = 182+191+36=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 191 (75% from 255 or 46.70% from 409); Blue value is 36 (14.45% from 255 or 8.80% from 409); Max value from RGB is 191 - color contains mainly: green. Hex color #B6BF24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6BF24 is #4940DB. Grayscale: #ABABAB. Windows color (decimal): -4800732 or 2408374. OLE color: 2408374.

HSL color Cylindrical-coordinate representation of color #B6BF24: hue angle of 63.48º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B6BF24 is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB18219136-
CMYK0.0500.810.25
HSL63.48º68.28%44.51%-
HSV(B)63.48º81.15%74.9%-
XYZ38.2447.338.79-
YUV170.6452.02136.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.50%
GREEN value IS 191 (75% from 255) = 46.70%
BLUE value IS 36 (14.45% from 255) = 8.80%
R=44.50%
G=46.70%
B=8.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182191360.0500.810.2563.4868.2844.51
HexB6BF245051193f442d
Octal2662774450121317710455
Binary101101101011111110010010101010001110011111111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BF24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BF24; }

 p { color: rgb(182,191,36); }

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

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

 a { background-color: rgb(182,191,36); }

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

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

 span { border-color: rgb(182,191,36); }

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