Html Css Color HEX #B0BB5E Olive Green

📋 copy color: '#B0BB5E'

red 176 ◦ green 187 ◦ blue 94

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

Shades of Olive Green #B0BB5E

Tints of Olive Green #B0BB5E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.92%

 BLUE value IS 94 (37.11% from 255) = 20.57%

R = 38.51%
G = 40.92%
B = 20.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B0BB5E (or 0xB0BB5E) is known color: Olive Green. HEX triplet: B0, BB and 5E. RGB value is (176,187,94). Sum of RGB (Red+Green+Blue) = 176+187+94=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 187 - color contains mainly: green. Hex color #B0BB5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BB5E is #4F44A1. Grayscale: #ADADAD. Windows color (decimal): -5194914 or 6208432. OLE color: 6208432.

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

Color convert

RGB 176 187 94 -
CMYK 0.06 0 0.50 0.27
HSL 67.1º 0.41% 0.55% -
HSV(B) 67.1º 0.5% 0.73% -
XYZ 37.7 45.58 17.4 -
YUV 173.11 83.36 130.06 -
System Red Green Blue C M Y K H S L
Decimal 176 187 94 0.06 0 0.50 0.27 67.1 0.41 0.55
Hex B0 BB 5E 6 0 32 1B 43 29 37
Octal 260 273 136 6 0 62 33 103 51 67
Binary 10110000 10111011 1011110 110 0 110010 11011 1000011 101001 110111

Color Harmonies of #B0BB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BB5E

Black with #B0BB5E

Text Example


Text Example

White with #B0BB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BB5E; }

 p { color: rgb(176,187,94); }

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

background-color css

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

 a { background-color: rgb(176,187,94); }

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

border-color css

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

 span { border-color: rgb(176,187,94); }

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