Html Css Color HEX #B0B88F Green Spring

📋 copy color: '#B0B88F'

red 176 ◦ green 184 ◦ blue 143

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

Shades of Green Spring #B0B88F

Tints of Green Spring #B0B88F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.43%

R = 34.99%
G = 36.58%
B = 28.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B0B88F (or 0xB0B88F) is known color: Green Spring. HEX triplet: B0, B8 and 8F. RGB value is (176,184,143). Sum of RGB (Red+Green+Blue) = 176+184+143=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 184 (72.27% from 255 or 36.58% from 503); Blue value is 143 (56.25% from 255 or 28.43% from 503); Max value from RGB is 184 - color contains mainly: green. Hex color #B0B88F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B88F is #4F4770. Grayscale: #B1B1B1. Windows color (decimal): -5195633 or 9418928. OLE color: 9418928.

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

Color convert

RGB 176 184 143 -
CMYK 0.04 0 0.22 0.28
HSL 71.71º 0.22% 0.64% -
HSV(B) 71.71º 0.22% 0.72% -
XYZ 40 45.49 32.66 -
YUV 176.93 108.85 127.33 -
System Red Green Blue C M Y K H S L
Decimal 176 184 143 0.04 0 0.22 0.28 71.71 0.22 0.64
Hex B0 B8 8F 4 0 16 1C 48 16 40
Octal 260 270 217 4 0 26 34 110 26 100
Binary 10110000 10111000 10001111 100 0 10110 11100 1001000 10110 1000000

Color Harmonies of #B0B88F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B88F

Black with #B0B88F

Text Example


Text Example

White with #B0B88F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B88F; }

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

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

background-color css

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

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

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

border-color css

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

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

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