#BEBC23

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

Shades of Rio Grande #BEBC23

Tints of Rio Grande #BEBC23

Color information

#BEBC23 (or 0xBEBC23) is unknown color: approx Rio Grande. HEX triplet: BE, BC and 23. RGB value is (190,188,35). Sum of RGB (Red+Green+Blue) = 190+188+35=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 35 (14.06% from 255 or 8.47% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBC23 is #4143DC. Grayscale: #ABABAB. Windows color (decimal): -4277213 or 2342078. OLE color: 2342078.

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

Color convert

RGB19018835-
CMYK00.010.820.25
HSL59.23º68.89%44.12%-
HSV(B)59.23º81.58%74.51%-
XYZ39.5247.038.59-
YUV171.1651.16141.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.00%
GREEN value IS 188 (73.83% from 255) = 45.52%
BLUE value IS 35 (14.06% from 255) = 8.47%
R=46.00%
G=45.52%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901883500.010.820.2559.2368.8944.12
HexBEBC230152193b452c
Octal2762744301122317310554
Binary1011111010111100100011011010010110011110111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBC23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBC23; }

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

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

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

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

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

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

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

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