Html Css Color HEX #B2CA9E Sprout

📋 copy color: '#B2CA9E'

red 178 ◦ green 202 ◦ blue 158

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

Shades of Sprout #B2CA9E

Tints of Sprout #B2CA9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 29.37%

R = 33.09%
G = 37.55%
B = 29.37%

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

#B2CA9E (or 0xB2CA9E) is known color: Sprout. HEX triplet: B2, CA and 9E. RGB value is (178,202,158). Sum of RGB (Red+Green+Blue) = 178+202+158=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 158 (62.11% from 255 or 29.37% from 538); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CA9E is #4D3561. Grayscale: #BDBDBD. Windows color (decimal): -5059938 or 10406578. OLE color: 10406578.

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

Color convert

RGB 178 202 158 -
CMYK 0.12 0 0.22 0.21
HSL 92.73º 0.29% 0.71% -
HSV(B) 92.73º 0.22% 0.79% -
XYZ 45.65 54.17 40.4 -
YUV 189.81 110.05 119.58 -
System Red Green Blue C M Y K H S L
Decimal 178 202 158 0.12 0 0.22 0.21 92.73 0.29 0.71
Hex B2 CA 9E C 0 16 15 5D 1D 47
Octal 262 312 236 14 0 26 25 135 35 107
Binary 10110010 11001010 10011110 1100 0 10110 10101 1011101 11101 1000111

Color Harmonies of #B2CA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CA9E

Black with #B2CA9E

Text Example


Text Example

White with #B2CA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CA9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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