#B2C01C

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

Shades of Rio Grande #B2C01C

Tints of Rio Grande #B2C01C

Color information

#B2C01C (or 0xB2C01C) is unknown color: approx Rio Grande. HEX triplet: B2, C0 and 1C. RGB value is (178,192,28). Sum of RGB (Red+Green+Blue) = 178+192+28=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 28 (11.33% from 255 or 7.04% from 398); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C01C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C01C is #4D3FE3. Grayscale: #A9A9A9. Windows color (decimal): -5062628 or 1884338. OLE color: 1884338.

HSL color Cylindrical-coordinate representation of color #B2C01C: hue angle of 65.12º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2C01C is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB17819228-
CMYK0.0700.850.25
HSL65.12º74.55%43.14%-
HSV(B)65.12º85.42%75.29%-
XYZ37.4247.258.25-
YUV169.1248.36134.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.72%
GREEN value IS 192 (75.39% from 255) = 48.24%
BLUE value IS 28 (11.33% from 255) = 7.04%
R=44.72%
G=48.24%
B=7.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178192280.0700.850.2565.1274.5543.14
HexB2C01C705519414b2b
Octal26230034701253110111353
Binary101100101100000011100111010101011100110000011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C01C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C01C; }

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

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

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

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

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

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

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

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