Html Css Color HEX #BFD08D Sprout

📋 copy color: '#BFD08D'

red 191 ◦ green 208 ◦ blue 141

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

Shades of Sprout #BFD08D

Tints of Sprout #BFD08D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.52%

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

R = 35.37%
G = 38.52%
B = 26.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#BFD08D (or 0xBFD08D) is known color: Sprout. HEX triplet: BF, D0 and 8D. RGB value is (191,208,141). Sum of RGB (Red+Green+Blue) = 191+208+141=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 208 (81.64% from 255 or 38.52% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD08D is #402F72. Grayscale: #C3C3C3. Windows color (decimal): -4206451 or 9294015. OLE color: 9294015.

HSL color Cylindrical-coordinate representation of color #BFD08D: hue angle of 75.22º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFD08D is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 208 141 -
CMYK 0.08 0 0.32 0.18
HSL 75.22º 0.42% 0.68% -
HSV(B) 75.22º 0.32% 0.82% -
XYZ 48.85 58.11 33.84 -
YUV 195.28 97.37 124.95 -
System Red Green Blue C M Y K H S L
Decimal 191 208 141 0.08 0 0.32 0.18 75.22 0.42 0.68
Hex BF D0 8D 8 0 20 12 4B 2A 44
Octal 277 320 215 10 0 40 22 113 52 104
Binary 10111111 11010000 10001101 1000 0 100000 10010 1001011 101010 1000100

Color Harmonies of #BFD08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD08D

Black with #BFD08D

Text Example


Text Example

White with #BFD08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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