Html Css Color HEX #B4CA9E Sprout

📋 copy color: '#B4CA9E'

red 180 ◦ green 202 ◦ blue 158

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

Shades of Sprout #B4CA9E

Tints of Sprout #B4CA9E

RGB

 RED value IS 180 (70.7% from 255) = 33.33%

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

 BLUE value IS 158 (62.11% from 255) = 29.26%

R = 33.33%
G = 37.41%
B = 29.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#B4CA9E (or 0xB4CA9E) is known color: Sprout. HEX triplet: B4, CA and 9E. RGB value is (180,202,158). Sum of RGB (Red+Green+Blue) = 180+202+158=540 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.33% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 158 (62.11% from 255 or 29.26% from 540); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CA9E is #4B3561. Grayscale: #BEBEBE. Windows color (decimal): -4928866 or 10406580. OLE color: 10406580.

HSL color Cylindrical-coordinate representation of color #B4CA9E: hue angle of 90º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4CA9E is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 202 158 -
CMYK 0.11 0 0.22 0.21
HSL 90º 0.29% 0.71% -
HSV(B) 90º 0.22% 0.79% -
XYZ 46.11 54.41 40.42 -
YUV 190.41 109.71 120.58 -
System Red Green Blue C M Y K H S L
Decimal 180 202 158 0.11 0 0.22 0.21 90 0.29 0.71
Hex B4 CA 9E B 0 16 15 5A 1D 47
Octal 264 312 236 13 0 26 25 132 35 107
Binary 10110100 11001010 10011110 1011 0 10110 10101 1011010 11101 1000111

Color Harmonies of #B4CA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CA9E

Black with #B4CA9E

Text Example


Text Example

White with #B4CA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CA9E; }

 p { color: rgb(180,202,158); }

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

background-color css

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

 a { background-color: rgb(180,202,158); }

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

border-color css

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

 span { border-color: rgb(180,202,158); }

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