Html Css Color HEX #B2CA97 Sprout

📋 copy color: '#B2CA97'

red 178 ◦ green 202 ◦ blue 151

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

Shades of Sprout #B2CA97

Tints of Sprout #B2CA97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 28.44%

R = 33.52%
G = 38.04%
B = 28.44%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#B2CA97 (or 0xB2CA97) is known color: Sprout. HEX triplet: B2, CA and 97. RGB value is (178,202,151). Sum of RGB (Red+Green+Blue) = 178+202+151=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 151 (59.38% from 255 or 28.44% from 531); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CA97 is #4D3568. Grayscale: #BDBDBD. Windows color (decimal): -5059945 or 9947826. OLE color: 9947826.

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

Color convert

RGB 178 202 151 -
CMYK 0.12 0 0.25 0.21
HSL 88.24º 0.32% 0.69% -
HSV(B) 88.24º 0.25% 0.79% -
XYZ 45.07 53.94 37.31 -
YUV 189.01 106.55 120.15 -
System Red Green Blue C M Y K H S L
Decimal 178 202 151 0.12 0 0.25 0.21 88.24 0.32 0.69
Hex B2 CA 97 C 0 19 15 58 20 45
Octal 262 312 227 14 0 31 25 130 40 105
Binary 10110010 11001010 10010111 1100 0 11001 10101 1011000 100000 1000101

Color Harmonies of #B2CA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CA97

Black with #B2CA97

Text Example


Text Example

White with #B2CA97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CA97; }

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

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

background-color css

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

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

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

border-color css

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

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

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