Html Css Color HEX #BFD48D Sprout

📋 copy color: '#BFD48D'

red 191 ◦ green 212 ◦ blue 141

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

Shades of Sprout #BFD48D

Tints of Sprout #BFD48D

RGB

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

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

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

R = 35.11%
G = 38.97%
B = 25.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#BFD48D (or 0xBFD48D) is known color: Sprout. HEX triplet: BF, D4 and 8D. RGB value is (191,212,141). Sum of RGB (Red+Green+Blue) = 191+212+141=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 212 (83.20% from 255 or 38.97% from 544); Blue value is 141 (55.47% from 255 or 25.92% from 544); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD48D is #402B72. Grayscale: #C5C5C5. Windows color (decimal): -4205427 or 9295039. OLE color: 9295039.

HSL color Cylindrical-coordinate representation of color #BFD48D: hue angle of 77.75º degrees, saturation: 0.45, 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 #BFD48D is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 191 212 141 -
CMYK 0.10 0 0.33 0.17
HSL 77.75º 0.45% 0.69% -
HSV(B) 77.75º 0.33% 0.83% -
XYZ 49.84 60.09 34.17 -
YUV 197.63 96.04 123.27 -
System Red Green Blue C M Y K H S L
Decimal 191 212 141 0.10 0 0.33 0.17 77.75 0.45 0.69
Hex BF D4 8D A 0 21 11 4E 2D 45
Octal 277 324 215 12 0 41 21 116 55 105
Binary 10111111 11010100 10001101 1010 0 100001 10001 1001110 101101 1000101

Color Harmonies of #BFD48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD48D

Black with #BFD48D

Text Example


Text Example

White with #BFD48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD48D; }

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

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

background-color css

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

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

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

border-color css

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

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

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