Html Css Color HEX #B0C795 Sprout

📋 copy color: '#B0C795'

red 176 ◦ green 199 ◦ blue 149

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

Shades of Sprout #B0C795

Tints of Sprout #B0C795

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.98%

 BLUE value IS 149 (58.59% from 255) = 28.44%

R = 33.59%
G = 37.98%
B = 28.44%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#B0C795 (or 0xB0C795) is known color: Sprout. HEX triplet: B0, C7 and 95. RGB value is (176,199,149). Sum of RGB (Red+Green+Blue) = 176+199+149=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 199 (78.12% from 255 or 37.98% from 524); Blue value is 149 (58.59% from 255 or 28.44% from 524); Max value from RGB is 199 - color contains mainly: green. Hex color #B0C795 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C795 is #4F386A. Grayscale: #BABABA. Windows color (decimal): -5191787 or 9815984. OLE color: 9815984.

HSL color Cylindrical-coordinate representation of color #B0C795: hue angle of 87.6º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0C795 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 199 149 -
CMYK 0.12 0 0.25 0.22
HSL 87.6º 0.31% 0.68% -
HSV(B) 87.6º 0.25% 0.78% -
XYZ 43.75 52.25 36.21 -
YUV 186.42 106.88 120.57 -
System Red Green Blue C M Y K H S L
Decimal 176 199 149 0.12 0 0.25 0.22 87.6 0.31 0.68
Hex B0 C7 95 C 0 19 16 58 1F 44
Octal 260 307 225 14 0 31 26 130 37 104
Binary 10110000 11000111 10010101 1100 0 11001 10110 1011000 11111 1000100

Color Harmonies of #B0C795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C795

Black with #B0C795

Text Example


Text Example

White with #B0C795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C795; }

 p { color: rgb(176,199,149); }

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

background-color css

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

 a { background-color: rgb(176,199,149); }

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

border-color css

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

 span { border-color: rgb(176,199,149); }

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