Html Css Color HEX #B4D691 Sprout

📋 copy color: '#B4D691'

red 180 ◦ green 214 ◦ blue 145

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

Shades of Sprout #B4D691

Tints of Sprout #B4D691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 26.9%

R = 33.4%
G = 39.7%
B = 26.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#B4D691 (or 0xB4D691) is known color: Sprout. HEX triplet: B4, D6 and 91. RGB value is (180,214,145). Sum of RGB (Red+Green+Blue) = 180+214+145=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 214 (83.98% from 255 or 39.70% from 539); Blue value is 145 (57.03% from 255 or 26.90% from 539); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D691 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D691 is #4B296E. Grayscale: #C4C4C4. Windows color (decimal): -4925807 or 9557684. OLE color: 9557684.

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

Color convert

RGB 180 214 145 -
CMYK 0.16 0 0.32 0.16
HSL 89.57º 0.46% 0.7% -
HSV(B) 89.57º 0.32% 0.84% -
XYZ 47.98 59.84 35.81 -
YUV 195.97 99.24 116.61 -
System Red Green Blue C M Y K H S L
Decimal 180 214 145 0.16 0 0.32 0.16 89.57 0.46 0.7
Hex B4 D6 91 10 0 20 10 5A 2E 46
Octal 264 326 221 20 0 40 20 132 56 106
Binary 10110100 11010110 10010001 10000 0 100000 10000 1011010 101110 1000110

Color Harmonies of #B4D691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D691

Black with #B4D691

Text Example


Text Example

White with #B4D691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D691; }

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

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

background-color css

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

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

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

border-color css

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

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

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