Html Css Color HEX #B4D694 Sprout

📋 copy color: '#B4D694'

red 180 ◦ green 214 ◦ blue 148

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

Shades of Sprout #B4D694

Tints of Sprout #B4D694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.31%

R = 33.21%
G = 39.48%
B = 27.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#B4D694 (or 0xB4D694) is known color: Sprout. HEX triplet: B4, D6 and 94. RGB value is (180,214,148). Sum of RGB (Red+Green+Blue) = 180+214+148=542 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.21% from 542); Green value is 214 (83.98% from 255 or 39.48% from 542); Blue value is 148 (58.20% from 255 or 27.31% from 542); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D694 is #4B296B. Grayscale: #C4C4C4. Windows color (decimal): -4925804 or 9754292. OLE color: 9754292.

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

Color convert

RGB 180 214 148 -
CMYK 0.16 0 0.31 0.16
HSL 90.91º 0.45% 0.71% -
HSV(B) 90.91º 0.31% 0.84% -
XYZ 48.21 59.93 37.04 -
YUV 196.31 100.74 116.37 -
System Red Green Blue C M Y K H S L
Decimal 180 214 148 0.16 0 0.31 0.16 90.91 0.45 0.71
Hex B4 D6 94 10 0 1F 10 5B 2D 47
Octal 264 326 224 20 0 37 20 133 55 107
Binary 10110100 11010110 10010100 10000 0 11111 10000 1011011 101101 1000111

Color Harmonies of #B4D694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D694

Black with #B4D694

Text Example


Text Example

White with #B4D694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D694; }

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

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

background-color css

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

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

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

border-color css

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

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

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