Html Css Color HEX #BFD59A Sprout

📋 copy color: '#BFD59A'

red 191 ◦ green 213 ◦ blue 154

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

Shades of Sprout #BFD59A

Tints of Sprout #BFD59A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 27.6%

R = 34.23%
G = 38.17%
B = 27.6%

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

#BFD59A (or 0xBFD59A) is known color: Sprout. HEX triplet: BF, D5 and 9A. RGB value is (191,213,154). Sum of RGB (Red+Green+Blue) = 191+213+154=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 213 (83.59% from 255 or 38.17% from 558); Blue value is 154 (60.55% from 255 or 27.60% from 558); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD59A is #402A65. Grayscale: #C7C7C7. Windows color (decimal): -4205158 or 10147263. OLE color: 10147263.

HSL color Cylindrical-coordinate representation of color #BFD59A: hue angle of 82.37º degrees, saturation: 0.41, 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 #BFD59A is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 213 154 -
CMYK 0.10 0 0.28 0.16
HSL 82.37º 0.41% 0.72% -
HSV(B) 82.37º 0.28% 0.84% -
XYZ 51.11 61 39.65 -
YUV 199.7 102.21 121.8 -
System Red Green Blue C M Y K H S L
Decimal 191 213 154 0.10 0 0.28 0.16 82.37 0.41 0.72
Hex BF D5 9A A 0 1C 10 52 29 48
Octal 277 325 232 12 0 34 20 122 51 110
Binary 10111111 11010101 10011010 1010 0 11100 10000 1010010 101001 1001000

Color Harmonies of #BFD59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD59A

Black with #BFD59A

Text Example


Text Example

White with #BFD59A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD59A; }

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

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

background-color css

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

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

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

border-color css

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

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

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