Html Css Color HEX #B0B95D Olive Green

📋 copy color: '#B0B95D'

red 176 ◦ green 185 ◦ blue 93

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

Shades of Olive Green #B0B95D

Tints of Olive Green #B0B95D

RGB

 RED value IS 176 (69.14% from 255) = 38.77%

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

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

R = 38.77%
G = 40.75%
B = 20.48%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B0B95D (or 0xB0B95D) is known color: Olive Green. HEX triplet: B0, B9 and 5D. RGB value is (176,185,93). Sum of RGB (Red+Green+Blue) = 176+185+93=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B95D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B95D is #4F46A2. Grayscale: #ACACAC. Windows color (decimal): -5195427 or 6142384. OLE color: 6142384.

HSL color Cylindrical-coordinate representation of color #B0B95D: hue angle of 65.87º 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 #B0B95D is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 185 93 -
CMYK 0.05 0 0.50 0.27
HSL 65.87º 0.4% 0.55% -
HSV(B) 65.87º 0.5% 0.73% -
XYZ 37.23 44.72 17.03 -
YUV 171.82 83.52 130.98 -
System Red Green Blue C M Y K H S L
Decimal 176 185 93 0.05 0 0.50 0.27 65.87 0.4 0.55
Hex B0 B9 5D 5 0 32 1B 42 28 37
Octal 260 271 135 5 0 62 33 102 50 67
Binary 10110000 10111001 1011101 101 0 110010 11011 1000010 101000 110111

Color Harmonies of #B0B95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B95D

Black with #B0B95D

Text Example


Text Example

White with #B0B95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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