Html Css Color HEX #BFDC94 Sprout

📋 copy color: '#BFDC94'

red 191 ◦ green 220 ◦ blue 148

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

Shades of Sprout #BFDC94

Tints of Sprout #BFDC94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.48%

R = 34.17%
G = 39.36%
B = 26.48%

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

#BFDC94 (or 0xBFDC94) is known color: Sprout. HEX triplet: BF, DC and 94. RGB value is (191,220,148). Sum of RGB (Red+Green+Blue) = 191+220+148=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 148 (58.20% from 255 or 26.48% from 559); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDC94 is #40236B. Grayscale: #CBCBCB. Windows color (decimal): -4203372 or 9755839. OLE color: 9755839.

HSL color Cylindrical-coordinate representation of color #BFDC94: hue angle of 84.17º 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 #BFDC94 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 220 148 -
CMYK 0.13 0 0.33 0.14
HSL 84.17º 0.51% 0.72% -
HSV(B) 84.17º 0.33% 0.86% -
XYZ 52.42 64.4 37.68 -
YUV 203.12 96.89 119.35 -
System Red Green Blue C M Y K H S L
Decimal 191 220 148 0.13 0 0.33 0.14 84.17 0.51 0.72
Hex BF DC 94 D 0 21 E 54 33 48
Octal 277 334 224 15 0 41 16 124 63 110
Binary 10111111 11011100 10010100 1101 0 100001 1110 1010100 110011 1001000

Color Harmonies of #BFDC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDC94

Black with #BFDC94

Text Example


Text Example

White with #BFDC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDC94; }

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

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

background-color css

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

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

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

border-color css

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

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

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