#B2BE21

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

Shades of Rio Grande #B2BE21

Tints of Rio Grande #B2BE21

Color information

#B2BE21 (or 0xB2BE21) is unknown color: approx Rio Grande. HEX triplet: B2, BE and 21. RGB value is (178,190,33). Sum of RGB (Red+Green+Blue) = 178+190+33=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 190 (74.61% from 255 or 47.38% from 401); Blue value is 33 (13.28% from 255 or 8.23% from 401); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BE21 is #4D41DE. Grayscale: #A9A9A9. Windows color (decimal): -5063135 or 2211506. OLE color: 2211506.

HSL color Cylindrical-coordinate representation of color #B2BE21: hue angle of 64.59º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2BE21 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB17819033-
CMYK0.0600.830.25
HSL64.59º70.4%43.73%-
HSV(B)64.59º82.63%74.51%-
XYZ37.0546.48.44-
YUV168.5151.52134.77-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.39%
GREEN value IS 190 (74.61% from 255) = 47.38%
BLUE value IS 33 (13.28% from 255) = 8.23%
R=44.39%
G=47.38%
B=8.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178190330.0600.830.2564.5970.443.73
HexB2BE2160531941462c
Octal26227641601233110110654
Binary1011001010111110100001110010100111100110000011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BE21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BE21; }

 p { color: rgb(178,190,33); }

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

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

 a { background-color: rgb(178,190,33); }

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

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

 span { border-color: rgb(178,190,33); }

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