#B6BF2A

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

Shades of Rio Grande #B6BF2A

Tints of Rio Grande #B6BF2A

Color information

#B6BF2A (or 0xB6BF2A) is unknown color: approx Rio Grande. HEX triplet: B6, BF and 2A. RGB value is (182,191,42). Sum of RGB (Red+Green+Blue) = 182+191+42=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 191 (75% from 255 or 46.02% from 415); Blue value is 42 (16.80% from 255 or 10.12% from 415); Max value from RGB is 191 - color contains mainly: green. Hex color #B6BF2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6BF2A is #4940D5. Grayscale: #ABABAB. Windows color (decimal): -4800726 or 2801590. OLE color: 2801590.

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

Color convert

RGB18219142-
CMYK0.0500.780.25
HSL63.62º63.95%45.69%-
HSV(B)63.62º78.01%74.9%-
XYZ38.3447.379.31-
YUV171.3255.02135.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.86%
GREEN value IS 191 (75% from 255) = 46.02%
BLUE value IS 42 (16.80% from 255) = 10.12%
R=43.86%
G=46.02%
B=10.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182191420.0500.780.2563.6263.9545.69
HexB6BF2A504E1940402e
Octal26627752501163110010056
Binary1011011010111111101010101010011101100110000001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BF2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BF2A; }

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

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

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

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

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

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

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

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