Html Css Color HEX #BEBA22 Rio Grande

📋 copy color: '#BEBA22'

red 190 ◦ green 186 ◦ blue 34

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

Shades of Rio Grande #BEBA22

Tints of Rio Grande #BEBA22

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.37%

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

R = 46.34%
G = 45.37%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BEBA22 (or 0xBEBA22) is known color: Rio Grande. HEX triplet: BE, BA and 22. RGB value is (190,186,34). Sum of RGB (Red+Green+Blue) = 190+186+34=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 34 (13.67% from 255 or 8.29% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBA22 is #4145DD. Grayscale: #AAAAAA. Windows color (decimal): -4277726 or 2276030. OLE color: 2276030.

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

Color convert

RGB 190 186 34 -
CMYK 0 0.02 0.82 0.25
HSL 58.46º 0.7% 0.44% -
HSV(B) 58.46º 0.82% 0.75% -
XYZ 39.08 46.18 8.37 -
YUV 169.87 51.33 142.36 -
System Red Green Blue C M Y K H S L
Decimal 190 186 34 0 0.02 0.82 0.25 58.46 0.7 0.44
Hex BE BA 22 0 2 52 19 3A 46 2C
Octal 276 272 42 0 2 122 31 72 106 54
Binary 10111110 10111010 100010 0 10 1010010 11001 111010 1000110 101100

Color Harmonies of #BEBA22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA22

Black with #BEBA22

Text Example


Text Example

White with #BEBA22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA22; }

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

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

background-color css

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

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

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

border-color css

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

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

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