Html Css Color HEX #B5CA9D Sprout

📋 copy color: '#B5CA9D'

red 181 ◦ green 202 ◦ blue 157

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

Shades of Sprout #B5CA9D

Tints of Sprout #B5CA9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.07%

R = 33.52%
G = 37.41%
B = 29.07%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#B5CA9D (or 0xB5CA9D) is known color: Sprout. HEX triplet: B5, CA and 9D. RGB value is (181,202,157). Sum of RGB (Red+Green+Blue) = 181+202+157=540 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.52% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 157 (61.72% from 255 or 29.07% from 540); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CA9D is #4A3562. Grayscale: #BEBEBE. Windows color (decimal): -4863331 or 10341045. OLE color: 10341045.

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

Color convert

RGB 181 202 157 -
CMYK 0.10 0 0.22 0.21
HSL 88º 0.3% 0.7% -
HSV(B) 88º 0.22% 0.79% -
XYZ 46.26 54.5 39.98 -
YUV 190.59 109.04 121.16 -
System Red Green Blue C M Y K H S L
Decimal 181 202 157 0.10 0 0.22 0.21 88 0.3 0.7
Hex B5 CA 9D A 0 16 15 58 1E 46
Octal 265 312 235 12 0 26 25 130 36 106
Binary 10110101 11001010 10011101 1010 0 10110 10101 1011000 11110 1000110

Color Harmonies of #B5CA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CA9D

Black with #B5CA9D

Text Example


Text Example

White with #B5CA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CA9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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