Html Css Color HEX #BEBA50 Olive Green

📋 copy color: '#BEBA50'

red 190 ◦ green 186 ◦ blue 80

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

Shades of Olive Green #BEBA50

Tints of Olive Green #BEBA50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.54%

R = 41.67%
G = 40.79%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BEBA50 (or 0xBEBA50) is known color: Olive Green. HEX triplet: BE, BA and 50. RGB value is (190,186,80). Sum of RGB (Red+Green+Blue) = 190+186+80=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBA50 is #4145AF. Grayscale: #AFAFAF. Windows color (decimal): -4277680 or 5290686. OLE color: 5290686.

HSL color Cylindrical-coordinate representation of color #BEBA50: hue angle of 57.82º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BEBA50 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 186 80 -
CMYK 0 0.02 0.58 0.25
HSL 57.82º 0.46% 0.53% -
HSV(B) 57.82º 0.58% 0.75% -
XYZ 40.24 46.64 14.47 -
YUV 175.11 74.33 138.62 -
System Red Green Blue C M Y K H S L
Decimal 190 186 80 0 0.02 0.58 0.25 57.82 0.46 0.53
Hex BE BA 50 0 2 3A 19 3A 2E 35
Octal 276 272 120 0 2 72 31 72 56 65
Binary 10111110 10111010 1010000 0 10 111010 11001 111010 101110 110101

Color Harmonies of #BEBA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA50

Black with #BEBA50

Text Example


Text Example

White with #BEBA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA50; }

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

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

background-color css

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

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

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

border-color css

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

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

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