Html Css Color HEX #BFD18D Sprout

📋 copy color: '#BFD18D'

red 191 ◦ green 209 ◦ blue 141

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

Shades of Sprout #BFD18D

Tints of Sprout #BFD18D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.63%

 BLUE value IS 141 (55.47% from 255) = 26.06%

R = 35.3%
G = 38.63%
B = 26.06%

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

#BFD18D (or 0xBFD18D) is known color: Sprout. HEX triplet: BF, D1 and 8D. RGB value is (191,209,141). Sum of RGB (Red+Green+Blue) = 191+209+141=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 209 (82.03% from 255 or 38.63% from 541); Blue value is 141 (55.47% from 255 or 26.06% from 541); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD18D is #402E72. Grayscale: #C4C4C4. Windows color (decimal): -4206195 or 9294271. OLE color: 9294271.

HSL color Cylindrical-coordinate representation of color #BFD18D: hue angle of 75.88º degrees, saturation: 0.43, 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 #BFD18D is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 209 141 -
CMYK 0.09 0 0.33 0.18
HSL 75.88º 0.43% 0.69% -
HSV(B) 75.88º 0.33% 0.82% -
XYZ 49.09 58.6 33.92 -
YUV 195.87 97.04 124.53 -
System Red Green Blue C M Y K H S L
Decimal 191 209 141 0.09 0 0.33 0.18 75.88 0.43 0.69
Hex BF D1 8D 9 0 21 12 4C 2A 45
Octal 277 321 215 11 0 41 22 114 52 105
Binary 10111111 11010001 10001101 1001 0 100001 10010 1001100 101010 1000101

Color Harmonies of #BFD18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD18D

Black with #BFD18D

Text Example


Text Example

White with #BFD18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD18D; }

 p { color: rgb(191,209,141); }

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

background-color css

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

 a { background-color: rgb(191,209,141); }

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

border-color css

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

 span { border-color: rgb(191,209,141); }

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