#BEBC20

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

Shades of Rio Grande #BEBC20

Tints of Rio Grande #BEBC20

Color information

#BEBC20 (or 0xBEBC20) is unknown color: approx Rio Grande. HEX triplet: BE, BC and 20. RGB value is (190,188,32). Sum of RGB (Red+Green+Blue) = 190+188+32=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 32 (12.89% from 255 or 7.80% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBC20 is #4143DF. Grayscale: #ABABAB. Windows color (decimal): -4277216 or 2145470. OLE color: 2145470.

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

Color convert

RGB19018832-
CMYK00.010.830.25
HSL59.24º71.17%43.53%-
HSV(B)59.24º83.16%74.51%-
XYZ39.4847.028.36-
YUV170.8149.66141.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.34%
GREEN value IS 188 (73.83% from 255) = 45.85%
BLUE value IS 32 (12.89% from 255) = 7.80%
R=46.34%
G=45.85%
B=7.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901883200.010.830.2559.2471.1743.53
HexBEBC200153193b472c
Octal2762744001123317310754
Binary1011111010111100100000011010011110011110111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBC20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBC20; }

 p { color: rgb(190,188,32); }

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

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

 a { background-color: rgb(190,188,32); }

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

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

 span { border-color: rgb(190,188,32); }

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