Html Css Color HEX #B3D694 Sprout

📋 copy color: '#B3D694'

red 179 ◦ green 214 ◦ blue 148

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

Shades of Sprout #B3D694

Tints of Sprout #B3D694

RGB

 RED value IS 179 (70.31% from 255) = 33.09%

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

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

R = 33.09%
G = 39.56%
B = 27.36%

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

#B3D694 (or 0xB3D694) is known color: Sprout. HEX triplet: B3, D6 and 94. RGB value is (179,214,148). Sum of RGB (Red+Green+Blue) = 179+214+148=541 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.09% from 541); Green value is 214 (83.98% from 255 or 39.56% from 541); Blue value is 148 (58.20% from 255 or 27.36% from 541); Max value from RGB is 214 - color contains mainly: green. Hex color #B3D694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3D694 is #4C296B. Grayscale: #C4C4C4. Windows color (decimal): -4991340 or 9754291. OLE color: 9754291.

HSL color Cylindrical-coordinate representation of color #B3D694: hue angle of 91.82º 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 #B3D694 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 214 148 -
CMYK 0.16 0 0.31 0.16
HSL 91.82º 0.45% 0.71% -
HSV(B) 91.82º 0.31% 0.84% -
XYZ 47.98 59.81 37.03 -
YUV 196.01 100.9 115.87 -
System Red Green Blue C M Y K H S L
Decimal 179 214 148 0.16 0 0.31 0.16 91.82 0.45 0.71
Hex B3 D6 94 10 0 1F 10 5C 2D 47
Octal 263 326 224 20 0 37 20 134 55 107
Binary 10110011 11010110 10010100 10000 0 11111 10000 1011100 101101 1000111

Color Harmonies of #B3D694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3D694

Black with #B3D694

Text Example


Text Example

White with #B3D694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3D694; }

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

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

background-color css

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

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

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

border-color css

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

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

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