Html Css Color HEX #B2CA99 Sprout

📋 copy color: '#B2CA99'

red 178 ◦ green 202 ◦ blue 153

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

Shades of Sprout #B2CA99

Tints of Sprout #B2CA99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 28.71%

R = 33.4%
G = 37.9%
B = 28.71%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#B2CA99 (or 0xB2CA99) is known color: Sprout. HEX triplet: B2, CA and 99. RGB value is (178,202,153). Sum of RGB (Red+Green+Blue) = 178+202+153=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 153 (60.16% from 255 or 28.71% from 533); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CA99 is #4D3566. Grayscale: #BDBDBD. Windows color (decimal): -5059943 or 10078898. OLE color: 10078898.

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

Color convert

RGB 178 202 153 -
CMYK 0.12 0 0.24 0.21
HSL 89.39º 0.32% 0.7% -
HSV(B) 89.39º 0.24% 0.79% -
XYZ 45.23 54.01 38.18 -
YUV 189.24 107.55 119.98 -
System Red Green Blue C M Y K H S L
Decimal 178 202 153 0.12 0 0.24 0.21 89.39 0.32 0.7
Hex B2 CA 99 C 0 18 15 59 20 46
Octal 262 312 231 14 0 30 25 131 40 106
Binary 10110010 11001010 10011001 1100 0 11000 10101 1011001 100000 1000110

Color Harmonies of #B2CA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CA99

Black with #B2CA99

Text Example


Text Example

White with #B2CA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CA99; }

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

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

background-color css

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

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

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

border-color css

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

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

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