#B6C41D

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

Shades of Rio Grande #B6C41D

Tints of Rio Grande #B6C41D

Color information

#B6C41D (or 0xB6C41D) is unknown color: approx Rio Grande. HEX triplet: B6, C4 and 1D. RGB value is (182,196,29). Sum of RGB (Red+Green+Blue) = 182+196+29=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 196 (76.95% from 255 or 48.16% from 407); Blue value is 29 (11.72% from 255 or 7.13% from 407); Max value from RGB is 196 - color contains mainly: green. Hex color #B6C41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C41D is #493BE2. Grayscale: #ADADAD. Windows color (decimal): -4799459 or 1950902. OLE color: 1950902.

HSL color Cylindrical-coordinate representation of color #B6C41D: hue angle of 65.03º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B6C41D is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB18219629-
CMYK0.0700.850.23
HSL65.03º74.22%44.12%-
HSV(B)65.03º85.2%76.86%-
XYZ39.2549.518.65-
YUV172.7846.86134.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.72%
GREEN value IS 196 (76.95% from 255) = 48.16%
BLUE value IS 29 (11.72% from 255) = 7.13%
R=44.72%
G=48.16%
B=7.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal182196290.0700.850.2365.0374.2244.12
HexB6C41D705517414a2c
Octal26630435701252710111254
Binary101101101100010011101111010101011011110000011001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C41D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C41D; }

 p { color: rgb(182,196,29); }

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

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

 a { background-color: rgb(182,196,29); }

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

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

 span { border-color: rgb(182,196,29); }

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