Html Css Color HEX #BEB85D Olive Green

📋 copy color: '#BEB85D'

red 190 ◦ green 184 ◦ blue 93

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

Shades of Olive Green #BEB85D

Tints of Olive Green #BEB85D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.4%

 BLUE value IS 93 (36.72% from 255) = 19.91%

R = 40.69%
G = 39.4%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BEB85D (or 0xBEB85D) is known color: Olive Green. HEX triplet: BE, B8 and 5D. RGB value is (190,184,93). Sum of RGB (Red+Green+Blue) = 190+184+93=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB85D is #4147A2. Grayscale: #AFAFAF. Windows color (decimal): -4278179 or 6142142. OLE color: 6142142.

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

Color convert

RGB 190 184 93 -
CMYK 0 0.03 0.51 0.25
HSL 56.29º 0.43% 0.55% -
HSV(B) 56.29º 0.51% 0.75% -
XYZ 40.35 46.02 17.11 -
YUV 175.42 81.49 138.4 -
System Red Green Blue C M Y K H S L
Decimal 190 184 93 0 0.03 0.51 0.25 56.29 0.43 0.55
Hex BE B8 5D 0 3 33 19 38 2B 37
Octal 276 270 135 0 3 63 31 70 53 67
Binary 10111110 10111000 1011101 0 11 110011 11001 111000 101011 110111

Color Harmonies of #BEB85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB85D

Black with #BEB85D

Text Example


Text Example

White with #BEB85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB85D; }

 p { color: rgb(190,184,93); }

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

background-color css

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

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

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

border-color css

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

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

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