Html Css Color HEX #BEBB59 Olive Green

📋 copy color: '#BEBB59'

red 190 ◦ green 187 ◦ blue 89

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

Shades of Olive Green #BEBB59

Tints of Olive Green #BEBB59

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.13%

 BLUE value IS 89 (35.16% from 255) = 19.1%

R = 40.77%
G = 40.13%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BEBB59 (or 0xBEBB59) is known color: Olive Green. HEX triplet: BE, BB and 59. RGB value is (190,187,89). Sum of RGB (Red+Green+Blue) = 190+187+89=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 89 (35.16% from 255 or 19.10% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBB59 is #4144A6. Grayscale: #B1B1B1. Windows color (decimal): -4277415 or 5880766. OLE color: 5880766.

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

Color convert

RGB 190 187 89 -
CMYK 0 0.02 0.53 0.25
HSL 58.22º 0.44% 0.55% -
HSV(B) 58.22º 0.53% 0.75% -
XYZ 40.81 47.21 16.41 -
YUV 176.73 78.49 137.47 -
System Red Green Blue C M Y K H S L
Decimal 190 187 89 0 0.02 0.53 0.25 58.22 0.44 0.55
Hex BE BB 59 0 2 35 19 3A 2C 37
Octal 276 273 131 0 2 65 31 72 54 67
Binary 10111110 10111011 1011001 0 10 110101 11001 111010 101100 110111

Color Harmonies of #BEBB59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBB59

Black with #BEBB59

Text Example


Text Example

White with #BEBB59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBB59; }

 p { color: rgb(190,187,89); }

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

background-color css

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

 a { background-color: rgb(190,187,89); }

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

border-color css

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

 span { border-color: rgb(190,187,89); }

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