#BEBD23

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

Shades of Rio Grande #BEBD23

Tints of Rio Grande #BEBD23

Color information

#BEBD23 (or 0xBEBD23) is unknown color: approx Rio Grande. HEX triplet: BE, BD and 23. RGB value is (190,189,35). Sum of RGB (Red+Green+Blue) = 190+189+35=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 189 (74.22% from 255 or 45.65% from 414); Blue value is 35 (14.06% from 255 or 8.45% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBD23 is #4142DC. Grayscale: #ACACAC. Windows color (decimal): -4276957 or 2342334. OLE color: 2342334.

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

Color convert

RGB19018935-
CMYK00.010.820.25
HSL59.61º68.89%44.12%-
HSV(B)59.61º81.58%74.51%-
XYZ39.7447.468.66-
YUV171.7450.83141.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.89%
GREEN value IS 189 (74.22% from 255) = 45.65%
BLUE value IS 35 (14.06% from 255) = 8.45%
R=45.89%
G=45.65%
B=8.45%

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
Decimal1901893500.010.820.2559.6168.8944.12
HexBEBD230152193c452c
Octal2762754301122317410554
Binary1011111010111101100011011010010110011111001000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBD23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBD23; }

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

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

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

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

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

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

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

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