Html Css Color HEX #B4C39D Sprout

📋 copy color: '#B4C39D'

red 180 ◦ green 195 ◦ blue 157

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

Shades of Sprout #B4C39D

Tints of Sprout #B4C39D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.65%

 BLUE value IS 157 (61.72% from 255) = 29.51%

R = 33.83%
G = 36.65%
B = 29.51%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#B4C39D (or 0xB4C39D) is known color: Sprout. HEX triplet: B4, C3 and 9D. RGB value is (180,195,157). Sum of RGB (Red+Green+Blue) = 180+195+157=532 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.83% from 532); Green value is 195 (76.56% from 255 or 36.65% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 195 - color contains mainly: green. Hex color #B4C39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C39D is #4B3C62. Grayscale: #BABABA. Windows color (decimal): -4930659 or 10339252. OLE color: 10339252.

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

Color convert

RGB 180 195 157 -
CMYK 0.08 0 0.19 0.24
HSL 83.68º 0.24% 0.69% -
HSV(B) 83.68º 0.19% 0.76% -
XYZ 44.42 51.17 39.43 -
YUV 186.18 111.53 123.59 -
System Red Green Blue C M Y K H S L
Decimal 180 195 157 0.08 0 0.19 0.24 83.68 0.24 0.69
Hex B4 C3 9D 8 0 13 18 54 18 45
Octal 264 303 235 10 0 23 30 124 30 105
Binary 10110100 11000011 10011101 1000 0 10011 11000 1010100 11000 1000101

Color Harmonies of #B4C39D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C39D

Black with #B4C39D

Text Example


Text Example

White with #B4C39D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C39D; }

 p { color: rgb(180,195,157); }

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

background-color css

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

 a { background-color: rgb(180,195,157); }

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

border-color css

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

 span { border-color: rgb(180,195,157); }

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