Html Css Color HEX #BFDA99 Sprout

📋 copy color: '#BFDA99'

red 191 ◦ green 218 ◦ blue 153

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

Shades of Sprout #BFDA99

Tints of Sprout #BFDA99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 27.22%

R = 33.99%
G = 38.79%
B = 27.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#BFDA99 (or 0xBFDA99) is known color: Sprout. HEX triplet: BF, DA and 99. RGB value is (191,218,153). Sum of RGB (Red+Green+Blue) = 191+218+153=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 153 (60.16% from 255 or 27.22% from 562); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDA99 is #402566. Grayscale: #CACACA. Windows color (decimal): -4203879 or 10083007. OLE color: 10083007.

HSL color Cylindrical-coordinate representation of color #BFDA99: hue angle of 84.92º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFDA99 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 218 153 -
CMYK 0.12 0 0.30 0.15
HSL 84.92º 0.47% 0.73% -
HSV(B) 84.92º 0.3% 0.85% -
XYZ 52.31 63.52 39.64 -
YUV 202.52 100.05 119.79 -
System Red Green Blue C M Y K H S L
Decimal 191 218 153 0.12 0 0.30 0.15 84.92 0.47 0.73
Hex BF DA 99 C 0 1E F 55 2F 49
Octal 277 332 231 14 0 36 17 125 57 111
Binary 10111111 11011010 10011001 1100 0 11110 1111 1010101 101111 1001001

Color Harmonies of #BFDA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDA99

Black with #BFDA99

Text Example


Text Example

White with #BFDA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDA99; }

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

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

background-color css

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

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

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

border-color css

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

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

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