Html Css Color HEX #BFD69C Sprout

📋 copy color: '#BFD69C'

red 191 ◦ green 214 ◦ blue 156

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

Shades of Sprout #BFD69C

Tints of Sprout #BFD69C

RGB

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

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

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

R = 34.05%
G = 38.15%
B = 27.81%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#BFD69C (or 0xBFD69C) is known color: Sprout. HEX triplet: BF, D6 and 9C. RGB value is (191,214,156). Sum of RGB (Red+Green+Blue) = 191+214+156=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 156 (61.33% from 255 or 27.81% from 561); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD69C is #402963. Grayscale: #C8C8C8. Windows color (decimal): -4204900 or 10278591. OLE color: 10278591.

HSL color Cylindrical-coordinate representation of color #BFD69C: hue angle of 83.79º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFD69C is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 214 156 -
CMYK 0.11 0 0.27 0.16
HSL 83.79º 0.41% 0.73% -
HSV(B) 83.79º 0.27% 0.84% -
XYZ 51.53 61.57 40.62 -
YUV 200.51 102.88 121.22 -
System Red Green Blue C M Y K H S L
Decimal 191 214 156 0.11 0 0.27 0.16 83.79 0.41 0.73
Hex BF D6 9C B 0 1B 10 54 29 49
Octal 277 326 234 13 0 33 20 124 51 111
Binary 10111111 11010110 10011100 1011 0 11011 10000 1010100 101001 1001001

Color Harmonies of #BFD69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD69C

Black with #BFD69C

Text Example


Text Example

White with #BFD69C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD69C; }

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

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

background-color css

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

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

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

border-color css

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

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

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