Html Css Color HEX #BFDA8F Sprout

📋 copy color: '#BFDA8F'

red 191 ◦ green 218 ◦ blue 143

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

Shades of Sprout #BFDA8F

Tints of Sprout #BFDA8F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.49%

 BLUE value IS 143 (56.25% from 255) = 25.91%

R = 34.6%
G = 39.49%
B = 25.91%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#BFDA8F (or 0xBFDA8F) is known color: Sprout. HEX triplet: BF, DA and 8F. RGB value is (191,218,143). Sum of RGB (Red+Green+Blue) = 191+218+143=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 143 (56.25% from 255 or 25.91% from 552); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDA8F is #402570. Grayscale: #C9C9C9. Windows color (decimal): -4203889 or 9427647. OLE color: 9427647.

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

Color convert

RGB 191 218 143 -
CMYK 0.12 0 0.34 0.15
HSL 81.6º 0.5% 0.71% -
HSV(B) 81.6º 0.34% 0.85% -
XYZ 51.52 63.2 35.47 -
YUV 201.38 95.05 120.6 -
System Red Green Blue C M Y K H S L
Decimal 191 218 143 0.12 0 0.34 0.15 81.6 0.5 0.71
Hex BF DA 8F C 0 22 F 52 32 47
Octal 277 332 217 14 0 42 17 122 62 107
Binary 10111111 11011010 10001111 1100 0 100010 1111 1010010 110010 1000111

Color Harmonies of #BFDA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDA8F

Black with #BFDA8F

Text Example


Text Example

White with #BFDA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDA8F; }

 p { color: rgb(191,218,143); }

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

background-color css

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

 a { background-color: rgb(191,218,143); }

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

border-color css

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

 span { border-color: rgb(191,218,143); }

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