Html Css Color HEX #BFD49C Sprout

📋 copy color: '#BFD49C'

red 191 ◦ green 212 ◦ blue 156

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

Shades of Sprout #BFD49C

Tints of Sprout #BFD49C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.91%

R = 34.17%
G = 37.92%
B = 27.91%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#BFD49C (or 0xBFD49C) is known color: Sprout. HEX triplet: BF, D4 and 9C. RGB value is (191,212,156). Sum of RGB (Red+Green+Blue) = 191+212+156=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 212 (83.20% from 255 or 37.92% from 559); Blue value is 156 (61.33% from 255 or 27.91% from 559); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD49C is #402B63. Grayscale: #C7C7C7. Windows color (decimal): -4205412 or 10278079. OLE color: 10278079.

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

Color convert

RGB 191 212 156 -
CMYK 0.10 0 0.26 0.17
HSL 82.5º 0.39% 0.72% -
HSV(B) 82.5º 0.26% 0.83% -
XYZ 51.03 60.56 40.45 -
YUV 199.34 103.54 122.05 -
System Red Green Blue C M Y K H S L
Decimal 191 212 156 0.10 0 0.26 0.17 82.5 0.39 0.72
Hex BF D4 9C A 0 1A 11 52 27 48
Octal 277 324 234 12 0 32 21 122 47 110
Binary 10111111 11010100 10011100 1010 0 11010 10001 1010010 100111 1001000

Color Harmonies of #BFD49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD49C

Black with #BFD49C

Text Example


Text Example

White with #BFD49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD49C; }

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

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

background-color css

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

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

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

border-color css

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

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

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