Html Css Color HEX #B5D693 Sprout

📋 copy color: '#B5D693'

red 181 ◦ green 214 ◦ blue 147

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

Shades of Sprout #B5D693

Tints of Sprout #B5D693

RGB

 RED value IS 181 (71.09% from 255) = 33.39%

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

 BLUE value IS 147 (57.81% from 255) = 27.12%

R = 33.39%
G = 39.48%
B = 27.12%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#B5D693 (or 0xB5D693) is known color: Sprout. HEX triplet: B5, D6 and 93. RGB value is (181,214,147). Sum of RGB (Red+Green+Blue) = 181+214+147=542 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.39% from 542); Green value is 214 (83.98% from 255 or 39.48% from 542); Blue value is 147 (57.81% from 255 or 27.12% from 542); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D693 is #4A296C. Grayscale: #C4C4C4. Windows color (decimal): -4860269 or 9688757. OLE color: 9688757.

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

Color convert

RGB 181 214 147 -
CMYK 0.15 0 0.31 0.16
HSL 89.55º 0.45% 0.71% -
HSV(B) 89.55º 0.31% 0.84% -
XYZ 48.37 60.02 36.64 -
YUV 196.5 100.07 116.95 -
System Red Green Blue C M Y K H S L
Decimal 181 214 147 0.15 0 0.31 0.16 89.55 0.45 0.71
Hex B5 D6 93 F 0 1F 10 5A 2D 47
Octal 265 326 223 17 0 37 20 132 55 107
Binary 10110101 11010110 10010011 1111 0 11111 10000 1011010 101101 1000111

Color Harmonies of #B5D693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D693

Black with #B5D693

Text Example


Text Example

White with #B5D693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D693; }

 p { color: rgb(181,214,147); }

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

background-color css

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

 a { background-color: rgb(181,214,147); }

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

border-color css

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

 span { border-color: rgb(181,214,147); }

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