Html Css Color HEX #B0CC98 Sprout

📋 copy color: '#B0CC98'

red 176 ◦ green 204 ◦ blue 152

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

Shades of Sprout #B0CC98

Tints of Sprout #B0CC98

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.35%

 BLUE value IS 152 (59.77% from 255) = 28.57%

R = 33.08%
G = 38.35%
B = 28.57%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#B0CC98 (or 0xB0CC98) is known color: Sprout. HEX triplet: B0, CC and 98. RGB value is (176,204,152). Sum of RGB (Red+Green+Blue) = 176+204+152=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 152 (59.77% from 255 or 28.57% from 532); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CC98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CC98 is #4F3367. Grayscale: #BDBDBD. Windows color (decimal): -5190504 or 10013872. OLE color: 10013872.

HSL color Cylindrical-coordinate representation of color #B0CC98: hue angle of 92.31º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0CC98 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 176 204 152 -
CMYK 0.14 0 0.25 0.2
HSL 92.31º 0.34% 0.7% -
HSV(B) 92.31º 0.25% 0.8% -
XYZ 45.16 54.68 37.88 -
YUV 189.7 106.72 118.23 -
System Red Green Blue C M Y K H S L
Decimal 176 204 152 0.14 0 0.25 0.2 92.31 0.34 0.7
Hex B0 CC 98 E 0 19 14 5C 22 46
Octal 260 314 230 16 0 31 24 134 42 106
Binary 10110000 11001100 10011000 1110 0 11001 10100 1011100 100010 1000110

Color Harmonies of #B0CC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CC98

Black with #B0CC98

Text Example


Text Example

White with #B0CC98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CC98; }

 p { color: rgb(176,204,152); }

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

background-color css

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

 a { background-color: rgb(176,204,152); }

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

border-color css

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

 span { border-color: rgb(176,204,152); }

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