#BEBF22

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

Shades of Rio Grande #BEBF22

Tints of Rio Grande #BEBF22

Color information

#BEBF22 (or 0xBEBF22) is unknown color: approx Rio Grande. HEX triplet: BE, BF and 22. RGB value is (190,191,34). Sum of RGB (Red+Green+Blue) = 190+191+34=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 191 (75% from 255 or 46.02% from 415); Blue value is 34 (13.67% from 255 or 8.19% from 415); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBF22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBF22 is #4140DD. Grayscale: #ADADAD. Windows color (decimal): -4276446 or 2277310. OLE color: 2277310.

HSL color Cylindrical-coordinate representation of color #BEBF22: hue angle of 60.38º 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 #BEBF22 is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB19019134-
CMYK0.0100.820.25
HSL60.38º69.78%44.12%-
HSV(B)60.38º82.2%74.9%-
XYZ40.1548.328.72-
YUV172.849.67140.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.78%
GREEN value IS 191 (75% from 255) = 46.02%
BLUE value IS 34 (13.67% from 255) = 8.19%
R=45.78%
G=46.02%
B=8.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190191340.0100.820.2560.3869.7844.12
HexBEBF221052193c462c
Octal2762774210122317410654
Binary1011111010111111100010101010010110011111001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBF22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBF22; }

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

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

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

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

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

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

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

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