Html Css Color HEX #BEBE5A Olive Green

📋 copy color: '#BEBE5A'

red 190 ◦ green 190 ◦ blue 90

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

Shades of Olive Green #BEBE5A

Tints of Olive Green #BEBE5A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.43%

 BLUE value IS 90 (35.55% from 255) = 19.15%

R = 40.43%
G = 40.43%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BEBE5A (or 0xBEBE5A) is known color: Olive Green. HEX triplet: BE, BE and 5A. RGB value is (190,190,90). Sum of RGB (Red+Green+Blue) = 190+190+90=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 90 (35.55% from 255 or 19.15% from 470); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBE5A is #4141A5. Grayscale: #B3B3B3. Windows color (decimal): -4276646 or 5947070. OLE color: 5947070.

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

Color convert

RGB 190 190 90 -
CMYK 0 0 0.53 0.25
HSL 60º 0.43% 0.55% -
HSV(B) 60º 0.53% 0.75% -
XYZ 41.49 48.51 16.85 -
YUV 178.6 78 136.13 -
System Red Green Blue C M Y K H S L
Decimal 190 190 90 0 0 0.53 0.25 60 0.43 0.55
Hex BE BE 5A 0 0 35 19 3C 2B 37
Octal 276 276 132 0 0 65 31 74 53 67
Binary 10111110 10111110 1011010 0 0 110101 11001 111100 101011 110111

Color Harmonies of #BEBE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBE5A

Black with #BEBE5A

Text Example


Text Example

White with #BEBE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBE5A; }

 p { color: rgb(190,190,90); }

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

background-color css

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

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

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

border-color css

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

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

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