Html Css Color HEX #BFD88D Sprout

📋 copy color: '#BFD88D'

red 191 ◦ green 216 ◦ blue 141

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

Shades of Sprout #BFD88D

Tints of Sprout #BFD88D

RGB

 RED value IS 191 (75% from 255) = 34.85%

 GREEN value IS 216 (84.77% from 255) = 39.42%

 BLUE value IS 141 (55.47% from 255) = 25.73%

R = 34.85%
G = 39.42%
B = 25.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#BFD88D (or 0xBFD88D) is known color: Sprout. HEX triplet: BF, D8 and 8D. RGB value is (191,216,141). Sum of RGB (Red+Green+Blue) = 191+216+141=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 216 (84.77% from 255 or 39.42% from 548); Blue value is 141 (55.47% from 255 or 25.73% from 548); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD88D is #402772. Grayscale: #C8C8C8. Windows color (decimal): -4204403 or 9296063. OLE color: 9296063.

HSL color Cylindrical-coordinate representation of color #BFD88D: hue angle of 80º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFD88D is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 216 141 -
CMYK 0.12 0 0.35 0.15
HSL 80º 0.49% 0.7% -
HSV(B) 80º 0.35% 0.85% -
XYZ 50.85 62.11 34.51 -
YUV 199.98 94.72 121.6 -
System Red Green Blue C M Y K H S L
Decimal 191 216 141 0.12 0 0.35 0.15 80 0.49 0.7
Hex BF D8 8D C 0 23 F 50 31 46
Octal 277 330 215 14 0 43 17 120 61 106
Binary 10111111 11011000 10001101 1100 0 100011 1111 1010000 110001 1000110

Color Harmonies of #BFD88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD88D

Black with #BFD88D

Text Example


Text Example

White with #BFD88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD88D; }

 p { color: rgb(191,216,141); }

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

background-color css

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

 a { background-color: rgb(191,216,141); }

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

border-color css

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

 span { border-color: rgb(191,216,141); }

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