Html Css Color HEX #B2CA96 Sprout

📋 copy color: '#B2CA96'

red 178 ◦ green 202 ◦ blue 150

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

Shades of Sprout #B2CA96

Tints of Sprout #B2CA96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.3%

R = 33.58%
G = 38.11%
B = 28.3%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#B2CA96 (or 0xB2CA96) is known color: Sprout. HEX triplet: B2, CA and 96. RGB value is (178,202,150). Sum of RGB (Red+Green+Blue) = 178+202+150=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CA96 is #4D3569. Grayscale: #BDBDBD. Windows color (decimal): -5059946 or 9882290. OLE color: 9882290.

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

Color convert

RGB 178 202 150 -
CMYK 0.12 0 0.26 0.21
HSL 87.69º 0.33% 0.69% -
HSV(B) 87.69º 0.26% 0.79% -
XYZ 44.99 53.91 36.89 -
YUV 188.9 106.05 120.23 -
System Red Green Blue C M Y K H S L
Decimal 178 202 150 0.12 0 0.26 0.21 87.69 0.33 0.69
Hex B2 CA 96 C 0 1A 15 58 21 45
Octal 262 312 226 14 0 32 25 130 41 105
Binary 10110010 11001010 10010110 1100 0 11010 10101 1011000 100001 1000101

Color Harmonies of #B2CA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CA96

Black with #B2CA96

Text Example


Text Example

White with #B2CA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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