Html Css Color HEX #B4C19F Sprout

📋 copy color: '#B4C19F'

red 180 ◦ green 193 ◦ blue 159

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

Shades of Sprout #B4C19F

Tints of Sprout #B4C19F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.28%

 BLUE value IS 159 (62.5% from 255) = 29.89%

R = 33.83%
G = 36.28%
B = 29.89%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#B4C19F (or 0xB4C19F) is known color: Sprout. HEX triplet: B4, C1 and 9F. RGB value is (180,193,159). Sum of RGB (Red+Green+Blue) = 180+193+159=532 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.83% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 159 (62.5% from 255 or 29.89% from 532); Max value from RGB is 193 - color contains mainly: green. Hex color #B4C19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C19F is #4B3E60. Grayscale: #B9B9B9. Windows color (decimal): -4931169 or 10469812. OLE color: 10469812.

HSL color Cylindrical-coordinate representation of color #B4C19F: hue angle of 82.94º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4C19F is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 180 193 159 -
CMYK 0.07 0 0.18 0.24
HSL 82.94º 0.22% 0.69% -
HSV(B) 82.94º 0.18% 0.76% -
XYZ 44.15 50.35 40.19 -
YUV 185.24 113.19 124.26 -
System Red Green Blue C M Y K H S L
Decimal 180 193 159 0.07 0 0.18 0.24 82.94 0.22 0.69
Hex B4 C1 9F 7 0 12 18 53 16 45
Octal 264 301 237 7 0 22 30 123 26 105
Binary 10110100 11000001 10011111 111 0 10010 11000 1010011 10110 1000101

Color Harmonies of #B4C19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C19F

Black with #B4C19F

Text Example


Text Example

White with #B4C19F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C19F; }

 p { color: rgb(180,193,159); }

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

background-color css

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

 a { background-color: rgb(180,193,159); }

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

border-color css

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

 span { border-color: rgb(180,193,159); }

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