Html Css Color HEX #B0C992 Sprout

📋 copy color: '#B0C992'

red 176 ◦ green 201 ◦ blue 146

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

Shades of Sprout #B0C992

Tints of Sprout #B0C992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.92%

R = 33.65%
G = 38.43%
B = 27.92%

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

#B0C992 (or 0xB0C992) is known color: Sprout. HEX triplet: B0, C9 and 92. RGB value is (176,201,146). Sum of RGB (Red+Green+Blue) = 176+201+146=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 201 (78.91% from 255 or 38.43% from 523); Blue value is 146 (57.42% from 255 or 27.92% from 523); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C992 is #4F366D. Grayscale: #BBBBBB. Windows color (decimal): -5191278 or 9619888. OLE color: 9619888.

HSL color Cylindrical-coordinate representation of color #B0C992: hue angle of 87.27º degrees, saturation: 0.34, 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 #B0C992 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 201 146 -
CMYK 0.12 0 0.27 0.21
HSL 87.27º 0.34% 0.68% -
HSV(B) 87.27º 0.27% 0.79% -
XYZ 43.98 53.08 35.12 -
YUV 187.26 104.72 119.97 -
System Red Green Blue C M Y K H S L
Decimal 176 201 146 0.12 0 0.27 0.21 87.27 0.34 0.68
Hex B0 C9 92 C 0 1B 15 57 22 44
Octal 260 311 222 14 0 33 25 127 42 104
Binary 10110000 11001001 10010010 1100 0 11011 10101 1010111 100010 1000100

Color Harmonies of #B0C992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C992

Black with #B0C992

Text Example


Text Example

White with #B0C992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C992; }

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

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

background-color css

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

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

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

border-color css

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

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

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