Html Css Color HEX #BEBC22 Rio Grande

📋 copy color: '#BEBC22'

red 190 ◦ green 188 ◦ blue 34

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

Shades of Rio Grande #BEBC22

Tints of Rio Grande #BEBC22

RGB

 RED value IS 190 (74.61% from 255) = 46.12%

 GREEN value IS 188 (73.83% from 255) = 45.63%

 BLUE value IS 34 (13.67% from 255) = 8.25%

R = 46.12%
G = 45.63%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BEBC22 (or 0xBEBC22) is known color: Rio Grande. HEX triplet: BE, BC and 22. RGB value is (190,188,34). Sum of RGB (Red+Green+Blue) = 190+188+34=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 34 (13.67% from 255 or 8.25% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBC22 is #4143DD. Grayscale: #ABABAB. Windows color (decimal): -4277214 or 2276542. OLE color: 2276542.

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

Color convert

RGB 190 188 34 -
CMYK 0 0.01 0.82 0.25
HSL 59.23º 0.7% 0.44% -
HSV(B) 59.23º 0.82% 0.75% -
XYZ 39.51 47.03 8.51 -
YUV 171.04 50.66 141.52 -
System Red Green Blue C M Y K H S L
Decimal 190 188 34 0 0.01 0.82 0.25 59.23 0.7 0.44
Hex BE BC 22 0 1 52 19 3B 46 2C
Octal 276 274 42 0 1 122 31 73 106 54
Binary 10111110 10111100 100010 0 1 1010010 11001 111011 1000110 101100

Color Harmonies of #BEBC22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBC22

Black with #BEBC22

Text Example


Text Example

White with #BEBC22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBC22; }

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

 H1.HeaderClassName
 {
   color: #BEBC22;
 }
 .AnyTagClassName
 {
   color: #BEBC22;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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