Html Css Color HEX #BFD38D Sprout

📋 copy color: '#BFD38D'

red 191 ◦ green 211 ◦ blue 141

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

Shades of Sprout #BFD38D

Tints of Sprout #BFD38D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.86%

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

R = 35.17%
G = 38.86%
B = 25.97%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#BFD38D (or 0xBFD38D) is known color: Sprout. HEX triplet: BF, D3 and 8D. RGB value is (191,211,141). Sum of RGB (Red+Green+Blue) = 191+211+141=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 211 (82.81% from 255 or 38.86% from 543); Blue value is 141 (55.47% from 255 or 25.97% from 543); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD38D is #402C72. Grayscale: #C5C5C5. Windows color (decimal): -4205683 or 9294783. OLE color: 9294783.

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

Color convert

RGB 191 211 141 -
CMYK 0.09 0 0.33 0.17
HSL 77.14º 0.44% 0.69% -
HSV(B) 77.14º 0.33% 0.83% -
XYZ 49.59 59.59 34.09 -
YUV 197.04 96.37 123.69 -
System Red Green Blue C M Y K H S L
Decimal 191 211 141 0.09 0 0.33 0.17 77.14 0.44 0.69
Hex BF D3 8D 9 0 21 11 4D 2C 45
Octal 277 323 215 11 0 41 21 115 54 105
Binary 10111111 11010011 10001101 1001 0 100001 10001 1001101 101100 1000101

Color Harmonies of #BFD38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD38D

Black with #BFD38D

Text Example


Text Example

White with #BFD38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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