Html Css Color HEX #B0B85A Olive Green

📋 copy color: '#B0B85A'

red 176 ◦ green 184 ◦ blue 90

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

Shades of Olive Green #B0B85A

Tints of Olive Green #B0B85A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20%

R = 39.11%
G = 40.89%
B = 20%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B0B85A (or 0xB0B85A) is known color: Olive Green. HEX triplet: B0, B8 and 5A. RGB value is (176,184,90). Sum of RGB (Red+Green+Blue) = 176+184+90=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 90 (35.55% from 255 or 20% from 450); Max value from RGB is 184 - color contains mainly: green. Hex color #B0B85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B85A is #4F47A5. Grayscale: #ABABAB. Windows color (decimal): -5195686 or 5945520. OLE color: 5945520.

HSL color Cylindrical-coordinate representation of color #B0B85A: hue angle of 65.11º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0B85A is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 176 184 90 -
CMYK 0.04 0 0.51 0.28
HSL 65.11º 0.4% 0.54% -
HSV(B) 65.11º 0.51% 0.72% -
XYZ 36.89 44.25 16.27 -
YUV 170.89 82.35 131.64 -
System Red Green Blue C M Y K H S L
Decimal 176 184 90 0.04 0 0.51 0.28 65.11 0.4 0.54
Hex B0 B8 5A 4 0 33 1C 41 28 36
Octal 260 270 132 4 0 63 34 101 50 66
Binary 10110000 10111000 1011010 100 0 110011 11100 1000001 101000 110110

Color Harmonies of #B0B85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B85A

Black with #B0B85A

Text Example


Text Example

White with #B0B85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B85A; }

 p { color: rgb(176,184,90); }

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

background-color css

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

 a { background-color: rgb(176,184,90); }

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

border-color css

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

 span { border-color: rgb(176,184,90); }

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