Html Css Color HEX #BFD699 Sprout

📋 copy color: '#BFD699'

red 191 ◦ green 214 ◦ blue 153

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

Shades of Sprout #BFD699

Tints of Sprout #BFD699

RGB

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

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

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

R = 34.23%
G = 38.35%
B = 27.42%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#BFD699 (or 0xBFD699) is known color: Sprout. HEX triplet: BF, D6 and 99. RGB value is (191,214,153). Sum of RGB (Red+Green+Blue) = 191+214+153=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 214 (83.98% from 255 or 38.35% from 558); Blue value is 153 (60.16% from 255 or 27.42% from 558); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD699 is #402966. Grayscale: #C8C8C8. Windows color (decimal): -4204903 or 10081983. OLE color: 10081983.

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

Color convert

RGB 191 214 153 -
CMYK 0.11 0 0.29 0.16
HSL 82.62º 0.43% 0.72% -
HSV(B) 82.62º 0.29% 0.84% -
XYZ 51.28 61.47 39.3 -
YUV 200.17 101.38 121.46 -
System Red Green Blue C M Y K H S L
Decimal 191 214 153 0.11 0 0.29 0.16 82.62 0.43 0.72
Hex BF D6 99 B 0 1D 10 53 2B 48
Octal 277 326 231 13 0 35 20 123 53 110
Binary 10111111 11010110 10011001 1011 0 11101 10000 1010011 101011 1001000

Color Harmonies of #BFD699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD699

Black with #BFD699

Text Example


Text Example

White with #BFD699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD699; }

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

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

background-color css

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

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

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

border-color css

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

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

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