Html Css Color HEX #B0BB93 Green Spring

📋 copy color: '#B0BB93'

red 176 ◦ green 187 ◦ blue 147

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

Shades of Green Spring #B0BB93

Tints of Green Spring #B0BB93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.82%

R = 34.51%
G = 36.67%
B = 28.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#B0BB93 (or 0xB0BB93) is known color: Green Spring. HEX triplet: B0, BB and 93. RGB value is (176,187,147). Sum of RGB (Red+Green+Blue) = 176+187+147=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 147 (57.81% from 255 or 28.82% from 510); Max value from RGB is 187 - color contains mainly: green. Hex color #B0BB93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BB93 is #4F446C. Grayscale: #B3B3B3. Windows color (decimal): -5194861 or 9681840. OLE color: 9681840.

HSL color Cylindrical-coordinate representation of color #B0BB93: hue angle of 76.5º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0BB93 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 187 147 -
CMYK 0.06 0 0.21 0.27
HSL 76.5º 0.23% 0.65% -
HSV(B) 76.5º 0.21% 0.73% -
XYZ 40.94 46.88 34.49 -
YUV 179.15 109.86 125.75 -
System Red Green Blue C M Y K H S L
Decimal 176 187 147 0.06 0 0.21 0.27 76.5 0.23 0.65
Hex B0 BB 93 6 0 15 1B 4C 17 41
Octal 260 273 223 6 0 25 33 114 27 101
Binary 10110000 10111011 10010011 110 0 10101 11011 1001100 10111 1000001

Color Harmonies of #B0BB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BB93

Black with #B0BB93

Text Example


Text Example

White with #B0BB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BB93; }

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

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

background-color css

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

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

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

border-color css

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

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

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