Html Css Color HEX #B4D699 Sprout

📋 copy color: '#B4D699'

red 180 ◦ green 214 ◦ blue 153

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

Shades of Sprout #B4D699

Tints of Sprout #B4D699

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.12%

 BLUE value IS 153 (60.16% from 255) = 27.97%

R = 32.91%
G = 39.12%
B = 27.97%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#B4D699 (or 0xB4D699) is known color: Sprout. HEX triplet: B4, D6 and 99. RGB value is (180,214,153). Sum of RGB (Red+Green+Blue) = 180+214+153=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 214 (83.98% from 255 or 39.12% from 547); Blue value is 153 (60.16% from 255 or 27.97% from 547); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D699 is #4B2966. Grayscale: #C5C5C5. Windows color (decimal): -4925799 or 10081972. OLE color: 10081972.

HSL color Cylindrical-coordinate representation of color #B4D699: hue angle of 93.44º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4D699 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 214 153 -
CMYK 0.16 0 0.29 0.16
HSL 93.44º 0.43% 0.72% -
HSV(B) 93.44º 0.29% 0.84% -
XYZ 48.62 60.1 39.17 -
YUV 196.88 103.24 115.96 -
System Red Green Blue C M Y K H S L
Decimal 180 214 153 0.16 0 0.29 0.16 93.44 0.43 0.72
Hex B4 D6 99 10 0 1D 10 5D 2B 48
Octal 264 326 231 20 0 35 20 135 53 110
Binary 10110100 11010110 10011001 10000 0 11101 10000 1011101 101011 1001000

Color Harmonies of #B4D699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D699

Black with #B4D699

Text Example


Text Example

White with #B4D699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D699; }

 p { color: rgb(180,214,153); }

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

background-color css

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

 a { background-color: rgb(180,214,153); }

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

border-color css

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

 span { border-color: rgb(180,214,153); }

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