Html Css Color HEX #BEBC24 Rio Grande

📋 copy color: '#BEBC24'

red 190 ◦ green 188 ◦ blue 36

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

Shades of Rio Grande #BEBC24

Tints of Rio Grande #BEBC24

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

R = 45.89%
G = 45.41%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

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

RGB 190 188 36 -
CMYK 0 0.01 0.81 0.25
HSL 59.22º 0.68% 0.44% -
HSV(B) 59.22º 0.81% 0.75% -
XYZ 39.54 47.04 8.67 -
YUV 171.27 51.66 141.36 -
System Red Green Blue C M Y K H S L
Decimal 190 188 36 0 0.01 0.81 0.25 59.22 0.68 0.44
Hex BE BC 24 0 1 51 19 3B 44 2C
Octal 276 274 44 0 1 121 31 73 104 54
Binary 10111110 10111100 100100 0 1 1010001 11001 111011 1000100 101100

Color Harmonies of #BEBC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBC24

Black with #BEBC24

Text Example


Text Example

White with #BEBC24

Text Example


Text Example

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