Html Css Color HEX #B8CA96 Sprout

📋 copy color: '#B8CA96'

red 184 ◦ green 202 ◦ blue 150

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

Shades of Sprout #B8CA96

Tints of Sprout #B8CA96

RGB

 RED value IS 184 (72.27% from 255) = 34.33%

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

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

R = 34.33%
G = 37.69%
B = 27.99%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#B8CA96 (or 0xB8CA96) is known color: Sprout. HEX triplet: B8, CA and 96. RGB value is (184,202,150). Sum of RGB (Red+Green+Blue) = 184+202+150=536 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.33% from 536); Green value is 202 (79.30% from 255 or 37.69% from 536); Blue value is 150 (58.98% from 255 or 27.99% from 536); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CA96 is #473569. Grayscale: #BEBEBE. Windows color (decimal): -4666730 or 9882296. OLE color: 9882296.

HSL color Cylindrical-coordinate representation of color #B8CA96: hue angle of 80.77º 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 #B8CA96 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 184 202 150 -
CMYK 0.09 0 0.26 0.21
HSL 80.77º 0.33% 0.69% -
HSV(B) 80.77º 0.26% 0.79% -
XYZ 46.39 54.63 36.95 -
YUV 190.69 105.04 123.23 -
System Red Green Blue C M Y K H S L
Decimal 184 202 150 0.09 0 0.26 0.21 80.77 0.33 0.69
Hex B8 CA 96 9 0 1A 15 51 21 45
Octal 270 312 226 11 0 32 25 121 41 105
Binary 10111000 11001010 10010110 1001 0 11010 10101 1010001 100001 1000101

Color Harmonies of #B8CA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CA96

Black with #B8CA96

Text Example


Text Example

White with #B8CA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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