Html Css Color HEX #BFDA94 Sprout

📋 copy color: '#BFDA94'

red 191 ◦ green 218 ◦ blue 148

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

Shades of Sprout #BFDA94

Tints of Sprout #BFDA94

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.14%

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

R = 34.29%
G = 39.14%
B = 26.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#BFDA94 (or 0xBFDA94) is known color: Sprout. HEX triplet: BF, DA and 94. RGB value is (191,218,148). Sum of RGB (Red+Green+Blue) = 191+218+148=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 148 (58.20% from 255 or 26.57% from 557); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDA94 is #40256B. Grayscale: #CACACA. Windows color (decimal): -4203884 or 9755327. OLE color: 9755327.

HSL color Cylindrical-coordinate representation of color #BFDA94: hue angle of 83.14º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFDA94 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 218 148 -
CMYK 0.12 0 0.32 0.15
HSL 83.14º 0.49% 0.72% -
HSV(B) 83.14º 0.32% 0.85% -
XYZ 51.9 63.36 37.51 -
YUV 201.95 97.55 120.19 -
System Red Green Blue C M Y K H S L
Decimal 191 218 148 0.12 0 0.32 0.15 83.14 0.49 0.72
Hex BF DA 94 C 0 20 F 53 31 48
Octal 277 332 224 14 0 40 17 123 61 110
Binary 10111111 11011010 10010100 1100 0 100000 1111 1010011 110001 1001000

Color Harmonies of #BFDA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDA94

Black with #BFDA94

Text Example


Text Example

White with #BFDA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDA94; }

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

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

background-color css

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

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

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

border-color css

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

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

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