Html Css Color HEX #B2CB96 Sprout

📋 copy color: '#B2CB96'

red 178 ◦ green 203 ◦ blue 150

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

Shades of Sprout #B2CB96

Tints of Sprout #B2CB96

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.23%

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

R = 33.52%
G = 38.23%
B = 28.25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#B2CB96 (or 0xB2CB96) is known color: Sprout. HEX triplet: B2, CB and 96. RGB value is (178,203,150). Sum of RGB (Red+Green+Blue) = 178+203+150=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 150 (58.98% from 255 or 28.25% from 531); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CB96 is #4D3469. Grayscale: #BDBDBD. Windows color (decimal): -5059690 or 9882546. OLE color: 9882546.

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

Color convert

RGB 178 203 150 -
CMYK 0.12 0 0.26 0.20
HSL 88.3º 0.34% 0.69% -
HSV(B) 88.3º 0.26% 0.8% -
XYZ 45.22 54.38 36.97 -
YUV 189.48 105.72 119.81 -
System Red Green Blue C M Y K H S L
Decimal 178 203 150 0.12 0 0.26 0.20 88.3 0.34 0.69
Hex B2 CB 96 C 0 1A 14 58 22 45
Octal 262 313 226 14 0 32 24 130 42 105
Binary 10110010 11001011 10010110 1100 0 11010 10100 1011000 100010 1000101

Color Harmonies of #B2CB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CB96

Black with #B2CB96

Text Example


Text Example

White with #B2CB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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