Html Css Color HEX #BEB75F Olive Green

📋 copy color: '#BEB75F'

red 190 ◦ green 183 ◦ blue 95

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

Shades of Olive Green #BEB75F

Tints of Olive Green #BEB75F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.3%

R = 40.6%
G = 39.1%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.5

 K value IS 0.25

RGB Variations

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

Color information

#BEB75F (or 0xBEB75F) is known color: Olive Green. HEX triplet: BE, B7 and 5F. RGB value is (190,183,95). Sum of RGB (Red+Green+Blue) = 190+183+95=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 95 (37.5% from 255 or 20.30% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB75F is #4148A0. Grayscale: #AFAFAF. Windows color (decimal): -4278433 or 6272958. OLE color: 6272958.

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

Color convert

RGB 190 183 95 -
CMYK 0 0.04 0.5 0.25
HSL 55.58º 0.42% 0.56% -
HSV(B) 55.58º 0.5% 0.75% -
XYZ 40.23 45.64 17.52 -
YUV 175.06 82.82 138.66 -
System Red Green Blue C M Y K H S L
Decimal 190 183 95 0 0.04 0.5 0.25 55.58 0.42 0.56
Hex BE B7 5F 0 4 32 19 38 2A 38
Octal 276 267 137 0 4 62 31 70 52 70
Binary 10111110 10110111 1011111 0 100 110010 11001 111000 101010 111000

Color Harmonies of #BEB75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB75F

Black with #BEB75F

Text Example


Text Example

White with #BEB75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB75F; }

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

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

background-color css

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

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

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

border-color css

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

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

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