Html Css Color HEX #BEBA55 Olive Green

📋 copy color: '#BEBA55'

red 190 ◦ green 186 ◦ blue 85

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

Shades of Olive Green #BEBA55

Tints of Olive Green #BEBA55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.44%

R = 41.21%
G = 40.35%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BEBA55 (or 0xBEBA55) is known color: Olive Green. HEX triplet: BE, BA and 55. RGB value is (190,186,85). Sum of RGB (Red+Green+Blue) = 190+186+85=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 85 (33.59% from 255 or 18.44% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBA55 is #4145AA. Grayscale: #B0B0B0. Windows color (decimal): -4277675 or 5618366. OLE color: 5618366.

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

Color convert

RGB 190 186 85 -
CMYK 0 0.02 0.55 0.25
HSL 57.71º 0.45% 0.54% -
HSV(B) 57.71º 0.55% 0.75% -
XYZ 40.43 46.72 15.48 -
YUV 175.68 76.83 138.21 -
System Red Green Blue C M Y K H S L
Decimal 190 186 85 0 0.02 0.55 0.25 57.71 0.45 0.54
Hex BE BA 55 0 2 37 19 3A 2D 36
Octal 276 272 125 0 2 67 31 72 55 66
Binary 10111110 10111010 1010101 0 10 110111 11001 111010 101101 110110

Color Harmonies of #BEBA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA55

Black with #BEBA55

Text Example


Text Example

White with #BEBA55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA55; }

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

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

background-color css

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

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

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

border-color css

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

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

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