Html Css Color HEX #BFD28C Sprout

📋 copy color: '#BFD28C'

red 191 ◦ green 210 ◦ blue 140

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

Shades of Sprout #BFD28C

Tints of Sprout #BFD28C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.82%

 BLUE value IS 140 (55.08% from 255) = 25.88%

R = 35.3%
G = 38.82%
B = 25.88%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#BFD28C (or 0xBFD28C) is known color: Sprout. HEX triplet: BF, D2 and 8C. RGB value is (191,210,140). Sum of RGB (Red+Green+Blue) = 191+210+140=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 210 (82.42% from 255 or 38.82% from 541); Blue value is 140 (55.08% from 255 or 25.88% from 541); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD28C is #402D73. Grayscale: #C4C4C4. Windows color (decimal): -4205940 or 9228991. OLE color: 9228991.

HSL color Cylindrical-coordinate representation of color #BFD28C: hue angle of 76.29º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFD28C is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 210 140 -
CMYK 0.09 0 0.33 0.18
HSL 76.29º 0.44% 0.69% -
HSV(B) 76.29º 0.33% 0.82% -
XYZ 49.27 59.06 33.61 -
YUV 196.34 96.21 124.19 -
System Red Green Blue C M Y K H S L
Decimal 191 210 140 0.09 0 0.33 0.18 76.29 0.44 0.69
Hex BF D2 8C 9 0 21 12 4C 2C 45
Octal 277 322 214 11 0 41 22 114 54 105
Binary 10111111 11010010 10001100 1001 0 100001 10010 1001100 101100 1000101

Color Harmonies of #BFD28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD28C

Black with #BFD28C

Text Example


Text Example

White with #BFD28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD28C; }

 p { color: rgb(191,210,140); }

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

background-color css

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

 a { background-color: rgb(191,210,140); }

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

border-color css

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

 span { border-color: rgb(191,210,140); }

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