Html Css Color HEX #BFD69A Sprout

📋 copy color: '#BFD69A'

red 191 ◦ green 214 ◦ blue 154

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

Shades of Sprout #BFD69A

Tints of Sprout #BFD69A

RGB

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

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

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

R = 34.17%
G = 38.28%
B = 27.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#BFD69A (or 0xBFD69A) is known color: Sprout. HEX triplet: BF, D6 and 9A. RGB value is (191,214,154). Sum of RGB (Red+Green+Blue) = 191+214+154=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 214 (83.98% from 255 or 38.28% from 559); Blue value is 154 (60.55% from 255 or 27.55% from 559); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD69A is #402965. Grayscale: #C8C8C8. Windows color (decimal): -4204902 or 10147519. OLE color: 10147519.

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

Color convert

RGB 191 214 154 -
CMYK 0.11 0 0.28 0.16
HSL 83º 0.42% 0.72% -
HSV(B) 83º 0.28% 0.84% -
XYZ 51.37 61.5 39.74 -
YUV 200.28 101.88 121.38 -
System Red Green Blue C M Y K H S L
Decimal 191 214 154 0.11 0 0.28 0.16 83 0.42 0.72
Hex BF D6 9A B 0 1C 10 53 2A 48
Octal 277 326 232 13 0 34 20 123 52 110
Binary 10111111 11010110 10011010 1011 0 11100 10000 1010011 101010 1001000

Color Harmonies of #BFD69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD69A

Black with #BFD69A

Text Example


Text Example

White with #BFD69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD69A; }

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

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

background-color css

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

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

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

border-color css

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

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

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