#BEBC24

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

Shades of Rio Grande #BEBC24

Tints of Rio Grande #BEBC24

Color information

#BEBC24 (or 0xBEBC24) is unknown color: approx Rio Grande. HEX triplet: BE, BC and 24. RGB value is (190,188,36). Sum of RGB (Red+Green+Blue) = 190+188+36=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 36 (14.45% from 255 or 8.70% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBC24 is #4143DB. Grayscale: #ABABAB. Windows color (decimal): -4277212 or 2407614. OLE color: 2407614.

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

Color convert

RGB19018836-
CMYK00.010.810.25
HSL59.22º68.14%44.31%-
HSV(B)59.22º81.05%74.51%-
XYZ39.5447.048.67-
YUV171.2751.66141.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.89%
GREEN value IS 188 (73.83% from 255) = 45.41%
BLUE value IS 36 (14.45% from 255) = 8.70%
R=45.89%
G=45.41%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901883600.010.810.2559.2268.1444.31
HexBEBC240151193b442c
Octal2762744401121317310454
Binary1011111010111100100100011010001110011110111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBC24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBC24; }

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

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

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

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

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

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

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

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