#BEBC2C

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

Shades of Rio Grande #BEBC2C

Tints of Rio Grande #BEBC2C

Color information

#BEBC2C (or 0xBEBC2C) is unknown color: approx Rio Grande. HEX triplet: BE, BC and 2C. RGB value is (190,188,44). Sum of RGB (Red+Green+Blue) = 190+188+44=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 44 (17.58% from 255 or 10.43% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBC2C is #4143D3. Grayscale: #ACACAC. Windows color (decimal): -4277204 or 2931902. OLE color: 2931902.

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

Color convert

RGB19018844-
CMYK00.010.770.25
HSL59.18º62.39%45.88%-
HSV(B)59.18º76.84%74.51%-
XYZ39.6747.19.38-
YUV172.1855.66140.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.02%
GREEN value IS 188 (73.83% from 255) = 44.55%
BLUE value IS 44 (17.58% from 255) = 10.43%
R=45.02%
G=44.55%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901884400.010.770.2559.1862.3945.88
HexBEBC2C014D193b3e2e
Octal276274540111531737656
Binary101111101011110010110001100110111001111011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBC2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBC2C; }

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

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

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

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

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

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

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

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