Html Css Color HEX #B0B958 Olive Green

📋 copy color: '#B0B958'

red 176 ◦ green 185 ◦ blue 88

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

Shades of Olive Green #B0B958

Tints of Olive Green #B0B958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.6%

R = 39.2%
G = 41.2%
B = 19.6%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#B0B958 (or 0xB0B958) is known color: Olive Green. HEX triplet: B0, B9 and 58. RGB value is (176,185,88). Sum of RGB (Red+Green+Blue) = 176+185+88=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 88 (34.77% from 255 or 19.60% from 449); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B958 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B958 is #4F46A7. Grayscale: #ABABAB. Windows color (decimal): -5195432 or 5814704. OLE color: 5814704.

HSL color Cylindrical-coordinate representation of color #B0B958: hue angle of 65.57º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0B958 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 185 88 -
CMYK 0.05 0 0.52 0.27
HSL 65.57º 0.41% 0.54% -
HSV(B) 65.57º 0.52% 0.73% -
XYZ 37.01 44.63 15.9 -
YUV 171.25 81.02 131.39 -
System Red Green Blue C M Y K H S L
Decimal 176 185 88 0.05 0 0.52 0.27 65.57 0.41 0.54
Hex B0 B9 58 5 0 34 1B 42 29 36
Octal 260 271 130 5 0 64 33 102 51 66
Binary 10110000 10111001 1011000 101 0 110100 11011 1000010 101001 110110

Color Harmonies of #B0B958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B958

Black with #B0B958

Text Example


Text Example

White with #B0B958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B958; }

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

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

background-color css

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

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

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

border-color css

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

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

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