Html Css Color HEX #B0B355 Olive Green

📋 copy color: '#B0B355'

red 176 ◦ green 179 ◦ blue 85

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

Shades of Olive Green #B0B355

Tints of Olive Green #B0B355

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.68%

 BLUE value IS 85 (33.59% from 255) = 19.32%

R = 40%
G = 40.68%
B = 19.32%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B0B355 (or 0xB0B355) is known color: Olive Green. HEX triplet: B0, B3 and 55. RGB value is (176,179,85). Sum of RGB (Red+Green+Blue) = 176+179+85=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 85 (33.59% from 255 or 19.32% from 440); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B355 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B355 is #4F4CAA. Grayscale: #A7A7A7. Windows color (decimal): -5196971 or 5616560. OLE color: 5616560.

HSL color Cylindrical-coordinate representation of color #B0B355: hue angle of 61.91º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0B355 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 179 85 -
CMYK 0.02 0 0.53 0.30
HSL 61.91º 0.38% 0.52% -
HSV(B) 61.91º 0.53% 0.7% -
XYZ 35.66 42.13 14.85 -
YUV 167.39 81.51 134.14 -
System Red Green Blue C M Y K H S L
Decimal 176 179 85 0.02 0 0.53 0.30 61.91 0.38 0.52
Hex B0 B3 55 2 0 35 1E 3E 26 34
Octal 260 263 125 2 0 65 36 76 46 64
Binary 10110000 10110011 1010101 10 0 110101 11110 111110 100110 110100

Color Harmonies of #B0B355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B355

Black with #B0B355

Text Example


Text Example

White with #B0B355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B355; }

 p { color: rgb(176,179,85); }

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

background-color css

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

 a { background-color: rgb(176,179,85); }

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

border-color css

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

 span { border-color: rgb(176,179,85); }

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