Html Css Color HEX #B5CA9C Sprout

📋 copy color: '#B5CA9C'

red 181 ◦ green 202 ◦ blue 156

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

Shades of Sprout #B5CA9C

Tints of Sprout #B5CA9C

RGB

 RED value IS 181 (71.09% from 255) = 33.58%

 GREEN value IS 202 (79.3% from 255) = 37.48%

 BLUE value IS 156 (61.33% from 255) = 28.94%

R = 33.58%
G = 37.48%
B = 28.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#B5CA9C (or 0xB5CA9C) is known color: Sprout. HEX triplet: B5, CA and 9C. RGB value is (181,202,156). Sum of RGB (Red+Green+Blue) = 181+202+156=539 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.58% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 156 (61.33% from 255 or 28.94% from 539); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CA9C is #4A3563. Grayscale: #BEBEBE. Windows color (decimal): -4863332 or 10275509. OLE color: 10275509.

HSL color Cylindrical-coordinate representation of color #B5CA9C: hue angle of 87.39º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5CA9C is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 202 156 -
CMYK 0.10 0 0.23 0.21
HSL 87.39º 0.3% 0.7% -
HSV(B) 87.39º 0.23% 0.79% -
XYZ 46.18 54.47 39.53 -
YUV 190.48 108.54 121.24 -
System Red Green Blue C M Y K H S L
Decimal 181 202 156 0.10 0 0.23 0.21 87.39 0.3 0.7
Hex B5 CA 9C A 0 17 15 57 1E 46
Octal 265 312 234 12 0 27 25 127 36 106
Binary 10110101 11001010 10011100 1010 0 10111 10101 1010111 11110 1000110

Color Harmonies of #B5CA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CA9C

Black with #B5CA9C

Text Example


Text Example

White with #B5CA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CA9C; }

 p { color: rgb(181,202,156); }

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

background-color css

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

 a { background-color: rgb(181,202,156); }

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

border-color css

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

 span { border-color: rgb(181,202,156); }

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