Html Css Color HEX #BFD78E Sprout

📋 copy color: '#BFD78E'

red 191 ◦ green 215 ◦ blue 142

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

Shades of Sprout #BFD78E

Tints of Sprout #BFD78E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.23%

 BLUE value IS 142 (55.86% from 255) = 25.91%

R = 34.85%
G = 39.23%
B = 25.91%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#BFD78E (or 0xBFD78E) is known color: Sprout. HEX triplet: BF, D7 and 8E. RGB value is (191,215,142). Sum of RGB (Red+Green+Blue) = 191+215+142=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 215 (84.38% from 255 or 39.23% from 548); Blue value is 142 (55.86% from 255 or 25.91% from 548); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD78E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD78E is #402871. Grayscale: #C7C7C7. Windows color (decimal): -4204658 or 9361343. OLE color: 9361343.

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

Color convert

RGB 191 215 142 -
CMYK 0.11 0 0.34 0.16
HSL 79.73º 0.48% 0.7% -
HSV(B) 79.73º 0.34% 0.84% -
XYZ 50.67 61.63 34.82 -
YUV 199.5 95.55 121.94 -
System Red Green Blue C M Y K H S L
Decimal 191 215 142 0.11 0 0.34 0.16 79.73 0.48 0.7
Hex BF D7 8E B 0 22 10 50 30 46
Octal 277 327 216 13 0 42 20 120 60 106
Binary 10111111 11010111 10001110 1011 0 100010 10000 1010000 110000 1000110

Color Harmonies of #BFD78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD78E

Black with #BFD78E

Text Example


Text Example

White with #BFD78E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD78E; }

 p { color: rgb(191,215,142); }

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

background-color css

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

 a { background-color: rgb(191,215,142); }

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

border-color css

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

 span { border-color: rgb(191,215,142); }

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