#B2C024

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

Shades of Rio Grande #B2C024

Tints of Rio Grande #B2C024

Color information

#B2C024 (or 0xB2C024) is unknown color: approx Rio Grande. HEX triplet: B2, C0 and 24. RGB value is (178,192,36). Sum of RGB (Red+Green+Blue) = 178+192+36=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 36 (14.45% from 255 or 8.87% from 406); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C024 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C024 is #4D3FDB. Grayscale: #AAAAAA. Windows color (decimal): -5062620 or 2408626. OLE color: 2408626.

HSL color Cylindrical-coordinate representation of color #B2C024: hue angle of 65.38º 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 #B2C024 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB17819236-
CMYK0.0700.810.25
HSL65.38º68.42%44.71%-
HSV(B)65.38º81.25%75.29%-
XYZ37.5347.298.82-
YUV170.0352.36133.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.84%
GREEN value IS 192 (75.39% from 255) = 47.29%
BLUE value IS 36 (14.45% from 255) = 8.87%
R=43.84%
G=47.29%
B=8.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178192360.0700.810.2565.3868.4244.71
HexB2C02470511941442d
Octal26230044701213110110455
Binary1011001011000000100100111010100011100110000011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C024; }

 p { color: rgb(178,192,36); }

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

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

 a { background-color: rgb(178,192,36); }

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

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

 span { border-color: rgb(178,192,36); }

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