Html Css Color HEX #B4C69E Sprout

📋 copy color: '#B4C69E'

red 180 ◦ green 198 ◦ blue 158

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

Shades of Sprout #B4C69E

Tints of Sprout #B4C69E

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.94%

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

R = 33.58%
G = 36.94%
B = 29.48%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#B4C69E (or 0xB4C69E) is known color: Sprout. HEX triplet: B4, C6 and 9E. RGB value is (180,198,158). Sum of RGB (Red+Green+Blue) = 180+198+158=536 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.58% from 536); Green value is 198 (77.73% from 255 or 36.94% from 536); Blue value is 158 (62.11% from 255 or 29.48% from 536); Max value from RGB is 198 - color contains mainly: green. Hex color #B4C69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C69E is #4B3961. Grayscale: #BCBCBC. Windows color (decimal): -4929890 or 10405556. OLE color: 10405556.

HSL color Cylindrical-coordinate representation of color #B4C69E: hue angle of 87º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4C69E is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB 180 198 158 -
CMYK 0.09 0 0.20 0.22
HSL 87º 0.26% 0.7% -
HSV(B) 87º 0.2% 0.78% -
XYZ 45.19 52.56 40.11 -
YUV 188.06 111.04 122.25 -
System Red Green Blue C M Y K H S L
Decimal 180 198 158 0.09 0 0.20 0.22 87 0.26 0.7
Hex B4 C6 9E 9 0 14 16 57 1A 46
Octal 264 306 236 11 0 24 26 127 32 106
Binary 10110100 11000110 10011110 1001 0 10100 10110 1010111 11010 1000110

Color Harmonies of #B4C69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C69E

Black with #B4C69E

Text Example


Text Example

White with #B4C69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C69E; }

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

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

background-color css

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

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

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

border-color css

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

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

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