Html Css Color HEX #BFD599 Sprout

📋 copy color: '#BFD599'

red 191 ◦ green 213 ◦ blue 153

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

Shades of Sprout #BFD599

Tints of Sprout #BFD599

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.24%

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

R = 34.29%
G = 38.24%
B = 27.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#BFD599 (or 0xBFD599) is known color: Sprout. HEX triplet: BF, D5 and 99. RGB value is (191,213,153). Sum of RGB (Red+Green+Blue) = 191+213+153=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 213 (83.59% from 255 or 38.24% from 557); Blue value is 153 (60.16% from 255 or 27.47% from 557); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD599 is #402A66. Grayscale: #C7C7C7. Windows color (decimal): -4205159 or 10081727. OLE color: 10081727.

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

Color convert

RGB 191 213 153 -
CMYK 0.10 0 0.28 0.16
HSL 82º 0.42% 0.72% -
HSV(B) 82º 0.28% 0.84% -
XYZ 51.03 60.96 39.21 -
YUV 199.58 101.71 121.88 -
System Red Green Blue C M Y K H S L
Decimal 191 213 153 0.10 0 0.28 0.16 82 0.42 0.72
Hex BF D5 99 A 0 1C 10 52 2A 48
Octal 277 325 231 12 0 34 20 122 52 110
Binary 10111111 11010101 10011001 1010 0 11100 10000 1010010 101010 1001000

Color Harmonies of #BFD599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD599

Black with #BFD599

Text Example


Text Example

White with #BFD599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD599; }

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

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

background-color css

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

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

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

border-color css

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

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

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