Html Css Color HEX #BEBC20 Rio Grande

📋 copy color: '#BEBC20'

red 190 ◦ green 188 ◦ blue 32

#BEBC20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #BEBC20

Tints of Rio Grande #BEBC20

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.8%

R = 46.34%
G = 45.85%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BEBC20 (or 0xBEBC20) is known color: 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

RGB 190 188 32 -
CMYK 0 0.01 0.83 0.25
HSL 59.24º 0.71% 0.44% -
HSV(B) 59.24º 0.83% 0.75% -
XYZ 39.48 47.02 8.36 -
YUV 170.81 49.66 141.68 -
System Red Green Blue C M Y K H S L
Decimal 190 188 32 0 0.01 0.83 0.25 59.24 0.71 0.44
Hex BE BC 20 0 1 53 19 3B 47 2C
Octal 276 274 40 0 1 123 31 73 107 54
Binary 10111110 10111100 100000 0 1 1010011 11001 111011 1000111 101100

Color Harmonies of #BEBC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBC20

Black with #BEBC20

Text Example


Text Example

White with #BEBC20

Text Example


Text Example

HTML Codes & Css Web 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>