#B6C32F

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

Shades of Rio Grande #B6C32F

Tints of Rio Grande #B6C32F

Color information

#B6C32F (or 0xB6C32F) is unknown color: approx Rio Grande. HEX triplet: B6, C3 and 2F. RGB value is (182,195,47). Sum of RGB (Red+Green+Blue) = 182+195+47=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 47 (18.75% from 255 or 11.08% from 424); Max value from RGB is 195 - color contains mainly: green. Hex color #B6C32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C32F is #493CD0. Grayscale: #AEAEAE. Windows color (decimal): -4799697 or 3130294. OLE color: 3130294.

HSL color Cylindrical-coordinate representation of color #B6C32F: hue angle of 65.27º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B6C32F is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB18219547-
CMYK0.0700.760.24
HSL65.27º61.16%47.45%-
HSV(B)65.27º75.9%76.47%-
XYZ39.3249.1810.11-
YUV174.2456.19133.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.92%
GREEN value IS 195 (76.56% from 255) = 45.99%
BLUE value IS 47 (18.75% from 255) = 11.08%
R=42.92%
G=45.99%
B=11.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal182195470.0700.760.2465.2761.1647.45
HexB6C32F704C18413d2f
Octal2663035770114301017557
Binary101101101100001110111111101001100110001000001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C32F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C32F; }

 p { color: rgb(182,195,47); }

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

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

 a { background-color: rgb(182,195,47); }

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

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

 span { border-color: rgb(182,195,47); }

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