#B2C51C

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

Shades of Rio Grande #B2C51C

Tints of Rio Grande #B2C51C

Color information

#B2C51C (or 0xB2C51C) is unknown color: approx Rio Grande. HEX triplet: B2, C5 and 1C. RGB value is (178,197,28). Sum of RGB (Red+Green+Blue) = 178+197+28=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 197 (77.34% from 255 or 48.88% from 403); Blue value is 28 (11.33% from 255 or 6.95% from 403); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C51C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C51C is #4D3AE3. Grayscale: #ACACAC. Windows color (decimal): -5061348 or 1885618. OLE color: 1885618.

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

Color convert

RGB17819728-
CMYK0.1000.860.23
HSL66.75º75.11%44.12%-
HSV(B)66.75º85.79%77.25%-
XYZ38.5449.488.62-
YUV172.0546.71132.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.17%
GREEN value IS 197 (77.34% from 255) = 48.88%
BLUE value IS 28 (11.33% from 255) = 6.95%
R=44.17%
G=48.88%
B=6.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal178197280.1000.860.2366.7575.1144.12
HexB2C51CA05617434b2c
Octal262305341201262710311354
Binary1011001011000101111001010010101101011110000111001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C51C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C51C; }

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

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

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

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

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

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

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

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