Html Css Color HEX #BFDC93 Sprout

📋 copy color: '#BFDC93'

red 191 ◦ green 220 ◦ blue 147

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

Shades of Sprout #BFDC93

Tints of Sprout #BFDC93

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.43%

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

R = 34.23%
G = 39.43%
B = 26.34%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#BFDC93 (or 0xBFDC93) is known color: Sprout. HEX triplet: BF, DC and 93. RGB value is (191,220,147). Sum of RGB (Red+Green+Blue) = 191+220+147=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 147 (57.81% from 255 or 26.34% from 558); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDC93 is #40236C. Grayscale: #CBCBCB. Windows color (decimal): -4203373 or 9690303. OLE color: 9690303.

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

Color convert

RGB 191 220 147 -
CMYK 0.13 0 0.33 0.14
HSL 83.84º 0.51% 0.72% -
HSV(B) 83.84º 0.33% 0.86% -
XYZ 52.35 64.37 37.27 -
YUV 203.01 96.39 119.44 -
System Red Green Blue C M Y K H S L
Decimal 191 220 147 0.13 0 0.33 0.14 83.84 0.51 0.72
Hex BF DC 93 D 0 21 E 54 33 48
Octal 277 334 223 15 0 41 16 124 63 110
Binary 10111111 11011100 10010011 1101 0 100001 1110 1010100 110011 1001000

Color Harmonies of #BFDC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDC93

Black with #BFDC93

Text Example


Text Example

White with #BFDC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDC93; }

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

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

background-color css

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

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

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

border-color css

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

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

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