Html Css Color HEX #B2CA9D Sprout

📋 copy color: '#B2CA9D'

red 178 ◦ green 202 ◦ blue 157

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

Shades of Sprout #B2CA9D

Tints of Sprout #B2CA9D

RGB

 RED value IS 178 (69.92% from 255) = 33.15%

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

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

R = 33.15%
G = 37.62%
B = 29.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#B2CA9D (or 0xB2CA9D) is known color: Sprout. HEX triplet: B2, CA and 9D. RGB value is (178,202,157). Sum of RGB (Red+Green+Blue) = 178+202+157=537 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.15% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 157 (61.72% from 255 or 29.24% from 537); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CA9D is #4D3562. Grayscale: #BDBDBD. Windows color (decimal): -5059939 or 10341042. OLE color: 10341042.

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

Color convert

RGB 178 202 157 -
CMYK 0.12 0 0.22 0.21
HSL 92º 0.3% 0.7% -
HSV(B) 92º 0.22% 0.79% -
XYZ 45.57 54.14 39.95 -
YUV 189.69 109.55 119.66 -
System Red Green Blue C M Y K H S L
Decimal 178 202 157 0.12 0 0.22 0.21 92 0.3 0.7
Hex B2 CA 9D C 0 16 15 5C 1E 46
Octal 262 312 235 14 0 26 25 134 36 106
Binary 10110010 11001010 10011101 1100 0 10110 10101 1011100 11110 1000110

Color Harmonies of #B2CA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CA9D

Black with #B2CA9D

Text Example


Text Example

White with #B2CA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CA9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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