#B2BF22

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

Shades of Rio Grande #B2BF22

Tints of Rio Grande #B2BF22

Color information

#B2BF22 (or 0xB2BF22) is unknown color: approx Rio Grande. HEX triplet: B2, BF and 22. RGB value is (178,191,34). Sum of RGB (Red+Green+Blue) = 178+191+34=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 191 (75% from 255 or 47.39% from 403); Blue value is 34 (13.67% from 255 or 8.44% from 403); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BF22 is #4D40DD. Grayscale: #A9A9A9. Windows color (decimal): -5062878 or 2277298. OLE color: 2277298.

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

Color convert

RGB17819134-
CMYK0.0700.820.25
HSL64.97º69.78%44.12%-
HSV(B)64.97º82.2%74.9%-
XYZ37.2846.848.59-
YUV169.2251.69134.27-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.17%
GREEN value IS 191 (75% from 255) = 47.39%
BLUE value IS 34 (13.67% from 255) = 8.44%
R=44.17%
G=47.39%
B=8.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178191340.0700.820.2564.9769.7844.12
HexB2BF2270521941462c
Octal26227742701223110110654
Binary1011001010111111100010111010100101100110000011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BF22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BF22; }

 p { color: rgb(178,191,34); }

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

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

 a { background-color: rgb(178,191,34); }

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

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

 span { border-color: rgb(178,191,34); }

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