Html Css Color HEX #BEBC59 Olive Green

📋 copy color: '#BEBC59'

red 190 ◦ green 188 ◦ blue 89

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

Shades of Olive Green #BEBC59

Tints of Olive Green #BEBC59

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.26%

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

R = 40.69%
G = 40.26%
B = 19.06%

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

#BEBC59 (or 0xBEBC59) is known color: Olive Green. HEX triplet: BE, BC and 59. RGB value is (190,188,89). Sum of RGB (Red+Green+Blue) = 190+188+89=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 89 (35.16% from 255 or 19.06% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBC59 is #4143A6. Grayscale: #B1B1B1. Windows color (decimal): -4277159 or 5881022. OLE color: 5881022.

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

Color convert

RGB 190 188 89 -
CMYK 0 0.01 0.53 0.25
HSL 58.81º 0.44% 0.55% -
HSV(B) 58.81º 0.53% 0.75% -
XYZ 41.02 47.63 16.48 -
YUV 177.31 78.16 137.05 -
System Red Green Blue C M Y K H S L
Decimal 190 188 89 0 0.01 0.53 0.25 58.81 0.44 0.55
Hex BE BC 59 0 1 35 19 3B 2C 37
Octal 276 274 131 0 1 65 31 73 54 67
Binary 10111110 10111100 1011001 0 1 110101 11001 111011 101100 110111

Color Harmonies of #BEBC59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBC59

Black with #BEBC59

Text Example


Text Example

White with #BEBC59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBC59; }

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

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

background-color css

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

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

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

border-color css

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

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

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