Html Css Color HEX #BEBD59 Olive Green

📋 copy color: '#BEBD59'

red 190 ◦ green 189 ◦ blue 89

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

Shades of Olive Green #BEBD59

Tints of Olive Green #BEBD59

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.38%

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

R = 40.6%
G = 40.38%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BEBD59 (or 0xBEBD59) is known color: Olive Green. HEX triplet: BE, BD and 59. RGB value is (190,189,89). Sum of RGB (Red+Green+Blue) = 190+189+89=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 89 (35.16% from 255 or 19.02% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBD59 is #4142A6. Grayscale: #B2B2B2. Windows color (decimal): -4276903 or 5881278. OLE color: 5881278.

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

Color convert

RGB 190 189 89 -
CMYK 0 0.01 0.53 0.25
HSL 59.41º 0.44% 0.55% -
HSV(B) 59.41º 0.53% 0.75% -
XYZ 41.24 48.06 16.56 -
YUV 177.9 77.83 136.63 -
System Red Green Blue C M Y K H S L
Decimal 190 189 89 0 0.01 0.53 0.25 59.41 0.44 0.55
Hex BE BD 59 0 1 35 19 3B 2C 37
Octal 276 275 131 0 1 65 31 73 54 67
Binary 10111110 10111101 1011001 0 1 110101 11001 111011 101100 110111

Color Harmonies of #BEBD59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBD59

Black with #BEBD59

Text Example


Text Example

White with #BEBD59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBD59; }

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

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

background-color css

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

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

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

border-color css

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

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

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