Html Css Color HEX #B8CA95 Sprout

📋 copy color: '#B8CA95'

red 184 ◦ green 202 ◦ blue 149

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

Shades of Sprout #B8CA95

Tints of Sprout #B8CA95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.85%

R = 34.39%
G = 37.76%
B = 27.85%

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

#B8CA95 (or 0xB8CA95) is known color: Sprout. HEX triplet: B8, CA and 95. RGB value is (184,202,149). Sum of RGB (Red+Green+Blue) = 184+202+149=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CA95 is #47356A. Grayscale: #BEBEBE. Windows color (decimal): -4666731 or 9816760. OLE color: 9816760.

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

Color convert

RGB 184 202 149 -
CMYK 0.09 0 0.26 0.21
HSL 80.38º 0.33% 0.69% -
HSV(B) 80.38º 0.26% 0.79% -
XYZ 46.31 54.6 36.53 -
YUV 190.58 104.54 123.31 -
System Red Green Blue C M Y K H S L
Decimal 184 202 149 0.09 0 0.26 0.21 80.38 0.33 0.69
Hex B8 CA 95 9 0 1A 15 50 21 45
Octal 270 312 225 11 0 32 25 120 41 105
Binary 10111000 11001010 10010101 1001 0 11010 10101 1010000 100001 1000101

Color Harmonies of #B8CA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CA95

Black with #B8CA95

Text Example


Text Example

White with #B8CA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CA95; }

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

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

background-color css

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

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

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

border-color css

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

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

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