Html Css Color HEX #BFDD93 Sprout

📋 copy color: '#BFDD93'

red 191 ◦ green 221 ◦ blue 147

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

Shades of Sprout #BFDD93

Tints of Sprout #BFDD93

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.53%

 BLUE value IS 147 (57.81% from 255) = 26.3%

R = 34.17%
G = 39.53%
B = 26.3%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#BFDD93 (or 0xBFDD93) is known color: Sprout. HEX triplet: BF, DD and 93. RGB value is (191,221,147). Sum of RGB (Red+Green+Blue) = 191+221+147=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 147 (57.81% from 255 or 26.30% from 559); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDD93 is #40226C. Grayscale: #CBCBCB. Windows color (decimal): -4203117 or 9690559. OLE color: 9690559.

HSL color Cylindrical-coordinate representation of color #BFDD93: hue angle of 84.32º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFDD93 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 221 147 -
CMYK 0.14 0 0.33 0.13
HSL 84.32º 0.52% 0.72% -
HSV(B) 84.32º 0.33% 0.87% -
XYZ 52.61 64.9 37.36 -
YUV 203.59 96.06 119.02 -
System Red Green Blue C M Y K H S L
Decimal 191 221 147 0.14 0 0.33 0.13 84.32 0.52 0.72
Hex BF DD 93 E 0 21 D 54 34 48
Octal 277 335 223 16 0 41 15 124 64 110
Binary 10111111 11011101 10010011 1110 0 100001 1101 1010100 110100 1001000

Color Harmonies of #BFDD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDD93

Black with #BFDD93

Text Example


Text Example

White with #BFDD93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDD93; }

 p { color: rgb(191,221,147); }

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

background-color css

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

 a { background-color: rgb(191,221,147); }

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

border-color css

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

 span { border-color: rgb(191,221,147); }

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