Html Css Color HEX #B0C993 Sprout

📋 copy color: '#B0C993'

red 176 ◦ green 201 ◦ blue 147

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

Shades of Sprout #B0C993

Tints of Sprout #B0C993

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.36%

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

R = 33.59%
G = 38.36%
B = 28.05%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#B0C993 (or 0xB0C993) is known color: Sprout. HEX triplet: B0, C9 and 93. RGB value is (176,201,147). Sum of RGB (Red+Green+Blue) = 176+201+147=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 147 (57.81% from 255 or 28.05% from 524); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C993 is #4F366C. Grayscale: #BBBBBB. Windows color (decimal): -5191277 or 9685424. OLE color: 9685424.

HSL color Cylindrical-coordinate representation of color #B0C993: hue angle of 87.78º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0C993 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 201 147 -
CMYK 0.12 0 0.27 0.21
HSL 87.78º 0.33% 0.68% -
HSV(B) 87.78º 0.27% 0.79% -
XYZ 44.06 53.11 35.53 -
YUV 187.37 105.22 119.89 -
System Red Green Blue C M Y K H S L
Decimal 176 201 147 0.12 0 0.27 0.21 87.78 0.33 0.68
Hex B0 C9 93 C 0 1B 15 58 21 44
Octal 260 311 223 14 0 33 25 130 41 104
Binary 10110000 11001001 10010011 1100 0 11011 10101 1011000 100001 1000100

Color Harmonies of #B0C993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C993

Black with #B0C993

Text Example


Text Example

White with #B0C993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C993; }

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

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

background-color css

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

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

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

border-color css

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

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

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