#B2C928

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

Shades of Rio Grande #B2C928

Tints of Rio Grande #B2C928

Color information

#B2C928 (or 0xB2C928) is unknown color: approx Rio Grande. HEX triplet: B2, C9 and 28. RGB value is (178,201,40). Sum of RGB (Red+Green+Blue) = 178+201+40=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 201 (78.91% from 255 or 47.97% from 419); Blue value is 40 (16.02% from 255 or 9.55% from 419); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C928 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C928 is #4D36D7. Grayscale: #B0B0B0. Windows color (decimal): -5060312 or 2673074. OLE color: 2673074.

HSL color Cylindrical-coordinate representation of color #B2C928: hue angle of 68.57º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2C928 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB17820140-
CMYK0.1100.800.21
HSL68.57º66.8%47.25%-
HSV(B)68.57º80.1%78.82%-
XYZ39.6351.399.84-
YUV175.7751.38129.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.48%
GREEN value IS 201 (78.91% from 255) = 47.97%
BLUE value IS 40 (16.02% from 255) = 9.55%
R=42.48%
G=47.97%
B=9.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal178201400.1100.800.2168.5766.847.25
HexB2C928B0501545432f
Octal262311501301202510510357
Binary10110010110010011010001011010100001010110001011000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C928; }

 p { color: rgb(178,201,40); }

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

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

 a { background-color: rgb(178,201,40); }

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

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

 span { border-color: rgb(178,201,40); }

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