Html Css Color HEX #B0B78F Green Spring

📋 copy color: '#B0B78F'

red 176 ◦ green 183 ◦ blue 143

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

Shades of Green Spring #B0B78F

Tints of Green Spring #B0B78F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.45%

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

R = 35.06%
G = 36.45%
B = 28.49%

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

#B0B78F (or 0xB0B78F) is known color: Green Spring. HEX triplet: B0, B7 and 8F. RGB value is (176,183,143). Sum of RGB (Red+Green+Blue) = 176+183+143=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 183 (71.88% from 255 or 36.45% from 502); Blue value is 143 (56.25% from 255 or 28.49% from 502); Max value from RGB is 183 - color contains mainly: green. Hex color #B0B78F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B78F is #4F4870. Grayscale: #B0B0B0. Windows color (decimal): -5195889 or 9418672. OLE color: 9418672.

HSL color Cylindrical-coordinate representation of color #B0B78F: hue angle of 70.5º 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 #B0B78F is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB 176 183 143 -
CMYK 0.04 0 0.22 0.28
HSL 70.5º 0.22% 0.64% -
HSV(B) 70.5º 0.22% 0.72% -
XYZ 39.8 45.08 32.59 -
YUV 176.35 109.18 127.75 -
System Red Green Blue C M Y K H S L
Decimal 176 183 143 0.04 0 0.22 0.28 70.5 0.22 0.64
Hex B0 B7 8F 4 0 16 1C 46 16 40
Octal 260 267 217 4 0 26 34 106 26 100
Binary 10110000 10110111 10001111 100 0 10110 11100 1000110 10110 1000000

Color Harmonies of #B0B78F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B78F

Black with #B0B78F

Text Example


Text Example

White with #B0B78F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B78F; }

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

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

background-color css

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

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

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

border-color css

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

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

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