Html Css Color HEX #BFD49A Sprout

📋 copy color: '#BFD49A'

red 191 ◦ green 212 ◦ blue 154

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

Shades of Sprout #BFD49A

Tints of Sprout #BFD49A

RGB

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

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

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

R = 34.29%
G = 38.06%
B = 27.65%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#BFD49A (or 0xBFD49A) is known color: Sprout. HEX triplet: BF, D4 and 9A. RGB value is (191,212,154). Sum of RGB (Red+Green+Blue) = 191+212+154=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 212 (83.20% from 255 or 38.06% from 557); Blue value is 154 (60.55% from 255 or 27.65% from 557); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD49A is #402B65. Grayscale: #C7C7C7. Windows color (decimal): -4205414 or 10147007. OLE color: 10147007.

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

Color convert

RGB 191 212 154 -
CMYK 0.10 0 0.27 0.17
HSL 81.72º 0.4% 0.72% -
HSV(B) 81.72º 0.27% 0.83% -
XYZ 50.86 60.5 39.57 -
YUV 199.11 102.54 122.22 -
System Red Green Blue C M Y K H S L
Decimal 191 212 154 0.10 0 0.27 0.17 81.72 0.4 0.72
Hex BF D4 9A A 0 1B 11 52 28 48
Octal 277 324 232 12 0 33 21 122 50 110
Binary 10111111 11010100 10011010 1010 0 11011 10001 1010010 101000 1001000

Color Harmonies of #BFD49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD49A

Black with #BFD49A

Text Example


Text Example

White with #BFD49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD49A; }

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

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

background-color css

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

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

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

border-color css

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

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

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