#B6C224

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

Shades of Rio Grande #B6C224

Tints of Rio Grande #B6C224

Color information

#B6C224 (or 0xB6C224) is unknown color: approx Rio Grande. HEX triplet: B6, C2 and 24. RGB value is (182,194,36). Sum of RGB (Red+Green+Blue) = 182+194+36=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 194 (76.17% from 255 or 47.09% from 412); Blue value is 36 (14.45% from 255 or 8.74% from 412); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C224 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C224 is #493DDB. Grayscale: #ADADAD. Windows color (decimal): -4799964 or 2409142. OLE color: 2409142.

HSL color Cylindrical-coordinate representation of color #B6C224: hue angle of 64.56º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B6C224 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB18219436-
CMYK0.0600.810.24
HSL64.56º68.7%45.1%-
HSV(B)64.56º81.44%76.08%-
XYZ38.948.669.01-
YUV172.451.02134.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.17%
GREEN value IS 194 (76.17% from 255) = 47.09%
BLUE value IS 36 (14.45% from 255) = 8.74%
R=44.17%
G=47.09%
B=8.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal182194360.0600.810.2464.5668.745.1
HexB6C22460511841452d
Octal26630244601213010110555
Binary1011011011000010100100110010100011100010000011000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C224; }

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

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

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

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

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

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

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

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