Html Css Color HEX #BFD499 Sprout

📋 copy color: '#BFD499'

red 191 ◦ green 212 ◦ blue 153

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

Shades of Sprout #BFD499

Tints of Sprout #BFD499

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.13%

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

R = 34.35%
G = 38.13%
B = 27.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#BFD499 (or 0xBFD499) is known color: Sprout. HEX triplet: BF, D4 and 99. RGB value is (191,212,153). Sum of RGB (Red+Green+Blue) = 191+212+153=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 212 (83.20% from 255 or 38.13% from 556); Blue value is 153 (60.16% from 255 or 27.52% from 556); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD499 is #402B66. Grayscale: #C7C7C7. Windows color (decimal): -4205415 or 10081471. OLE color: 10081471.

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

Color convert

RGB 191 212 153 -
CMYK 0.10 0 0.28 0.17
HSL 81.36º 0.41% 0.72% -
HSV(B) 81.36º 0.28% 0.83% -
XYZ 50.78 60.46 39.13 -
YUV 199 102.04 122.3 -
System Red Green Blue C M Y K H S L
Decimal 191 212 153 0.10 0 0.28 0.17 81.36 0.41 0.72
Hex BF D4 99 A 0 1C 11 51 29 48
Octal 277 324 231 12 0 34 21 121 51 110
Binary 10111111 11010100 10011001 1010 0 11100 10001 1010001 101001 1001000

Color Harmonies of #BFD499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD499

Black with #BFD499

Text Example


Text Example

White with #BFD499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD499; }

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

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

background-color css

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

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

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

border-color css

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

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

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