Html Css Color HEX #B8B95D Olive Green

📋 copy color: '#B8B95D'

red 184 ◦ green 185 ◦ blue 93

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

Shades of Olive Green #B8B95D

Tints of Olive Green #B8B95D

RGB

 RED value IS 184 (72.27% from 255) = 39.83%

 GREEN value IS 185 (72.66% from 255) = 40.04%

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

R = 39.83%
G = 40.04%
B = 20.13%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B8B95D (or 0xB8B95D) is known color: Olive Green. HEX triplet: B8, B9 and 5D. RGB value is (184,185,93). Sum of RGB (Red+Green+Blue) = 184+185+93=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 185 - color contains mainly: green. Hex color #B8B95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B95D is #4746A2. Grayscale: #AEAEAE. Windows color (decimal): -4671139 or 6142392. OLE color: 6142392.

HSL color Cylindrical-coordinate representation of color #B8B95D: hue angle of 60.65º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B8B95D is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 185 93 -
CMYK 0.01 0 0.50 0.27
HSL 60.65º 0.4% 0.55% -
HSV(B) 60.65º 0.5% 0.73% -
XYZ 39.09 45.68 17.11 -
YUV 174.21 82.17 134.98 -
System Red Green Blue C M Y K H S L
Decimal 184 185 93 0.01 0 0.50 0.27 60.65 0.4 0.55
Hex B8 B9 5D 1 0 32 1B 3D 28 37
Octal 270 271 135 1 0 62 33 75 50 67
Binary 10111000 10111001 1011101 1 0 110010 11011 111101 101000 110111

Color Harmonies of #B8B95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B95D

Black with #B8B95D

Text Example


Text Example

White with #B8B95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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