Html Css Color HEX #BEB75E Olive Green

📋 copy color: '#BEB75E'

red 190 ◦ green 183 ◦ blue 94

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

Shades of Olive Green #BEB75E

Tints of Olive Green #BEB75E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.19%

 BLUE value IS 94 (37.11% from 255) = 20.13%

R = 40.69%
G = 39.19%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BEB75E (or 0xBEB75E) is known color: Olive Green. HEX triplet: BE, B7 and 5E. RGB value is (190,183,94). Sum of RGB (Red+Green+Blue) = 190+183+94=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB75E is #4148A1. Grayscale: #AFAFAF. Windows color (decimal): -4278434 or 6207422. OLE color: 6207422.

HSL color Cylindrical-coordinate representation of color #BEB75E: hue angle of 55.62º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BEB75E is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 183 94 -
CMYK 0 0.04 0.51 0.25
HSL 55.63º 0.42% 0.56% -
HSV(B) 55.63º 0.51% 0.75% -
XYZ 40.19 45.62 17.28 -
YUV 174.95 82.32 138.74 -
System Red Green Blue C M Y K H S L
Decimal 190 183 94 0 0.04 0.51 0.25 55.63 0.42 0.56
Hex BE B7 5E 0 4 33 19 38 2A 38
Octal 276 267 136 0 4 63 31 70 52 70
Binary 10111110 10110111 1011110 0 100 110011 11001 111000 101010 111000

Color Harmonies of #BEB75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB75E

Black with #BEB75E

Text Example


Text Example

White with #BEB75E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB75E; }

 p { color: rgb(190,183,94); }

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

background-color css

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

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

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

border-color css

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

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

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