Html Css Color HEX #B4D29A Sprout

📋 copy color: '#B4D29A'

red 180 ◦ green 210 ◦ blue 154

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

Shades of Sprout #B4D29A

Tints of Sprout #B4D29A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.6%

 BLUE value IS 154 (60.55% from 255) = 28.31%

R = 33.09%
G = 38.6%
B = 28.31%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#B4D29A (or 0xB4D29A) is known color: Sprout. HEX triplet: B4, D2 and 9A. RGB value is (180,210,154). Sum of RGB (Red+Green+Blue) = 180+210+154=544 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.09% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 154 (60.55% from 255 or 28.31% from 544); Max value from RGB is 210 - color contains mainly: green. Hex color #B4D29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D29A is #4B2D65. Grayscale: #C2C2C2. Windows color (decimal): -4926822 or 10146484. OLE color: 10146484.

HSL color Cylindrical-coordinate representation of color #B4D29A: hue angle of 92.14º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4D29A is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 210 154 -
CMYK 0.14 0 0.27 0.18
HSL 92.14º 0.38% 0.71% -
HSV(B) 92.14º 0.27% 0.82% -
XYZ 47.7 58.13 39.28 -
YUV 194.65 105.06 117.55 -
System Red Green Blue C M Y K H S L
Decimal 180 210 154 0.14 0 0.27 0.18 92.14 0.38 0.71
Hex B4 D2 9A E 0 1B 12 5C 26 47
Octal 264 322 232 16 0 33 22 134 46 107
Binary 10110100 11010010 10011010 1110 0 11011 10010 1011100 100110 1000111

Color Harmonies of #B4D29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D29A

Black with #B4D29A

Text Example


Text Example

White with #B4D29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D29A; }

 p { color: rgb(180,210,154); }

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

background-color css

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

 a { background-color: rgb(180,210,154); }

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

border-color css

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

 span { border-color: rgb(180,210,154); }

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