#BEBF1E

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

Shades of Rio Grande #BEBF1E

Tints of Rio Grande #BEBF1E

Color information

#BEBF1E (or 0xBEBF1E) is unknown color: approx Rio Grande. HEX triplet: BE, BF and 1E. RGB value is (190,191,30). Sum of RGB (Red+Green+Blue) = 190+191+30=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 191 (75% from 255 or 46.47% from 411); Blue value is 30 (12.11% from 255 or 7.30% from 411); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBF1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBF1E is #4140E1. Grayscale: #ACACAC. Windows color (decimal): -4276450 or 2015166. OLE color: 2015166.

HSL color Cylindrical-coordinate representation of color #BEBF1E: hue angle of 60.37º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BEBF1E is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB19019130-
CMYK0.0100.840.25
HSL60.37º72.85%43.33%-
HSV(B)60.37º84.29%74.9%-
XYZ40.148.38.44-
YUV172.3547.67140.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.23%
GREEN value IS 191 (75% from 255) = 46.47%
BLUE value IS 30 (12.11% from 255) = 7.30%
R=46.23%
G=46.47%
B=7.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190191300.0100.840.2560.3772.8543.33
HexBEBF1E1054193c492b
Octal2762773610124317411153
Binary101111101011111111110101010100110011111001001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBF1E; }

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

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

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

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

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

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

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

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