Html Css Color HEX #BFD294 Sprout

📋 copy color: '#BFD294'

red 191 ◦ green 210 ◦ blue 148

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

Shades of Sprout #BFD294

Tints of Sprout #BFD294

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.25%

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

R = 34.79%
G = 38.25%
B = 26.96%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#BFD294 (or 0xBFD294) is known color: Sprout. HEX triplet: BF, D2 and 94. RGB value is (191,210,148). Sum of RGB (Red+Green+Blue) = 191+210+148=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 210 (82.42% from 255 or 38.25% from 549); Blue value is 148 (58.20% from 255 or 26.96% from 549); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD294 is #402D6B. Grayscale: #C5C5C5. Windows color (decimal): -4205932 or 9753279. OLE color: 9753279.

HSL color Cylindrical-coordinate representation of color #BFD294: hue angle of 78.39º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFD294 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 210 148 -
CMYK 0.09 0 0.30 0.18
HSL 78.39º 0.41% 0.7% -
HSV(B) 78.39º 0.3% 0.82% -
XYZ 49.88 59.31 36.84 -
YUV 197.25 100.21 123.54 -
System Red Green Blue C M Y K H S L
Decimal 191 210 148 0.09 0 0.30 0.18 78.39 0.41 0.7
Hex BF D2 94 9 0 1E 12 4E 29 46
Octal 277 322 224 11 0 36 22 116 51 106
Binary 10111111 11010010 10010100 1001 0 11110 10010 1001110 101001 1000110

Color Harmonies of #BFD294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD294

Black with #BFD294

Text Example


Text Example

White with #BFD294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD294; }

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

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

background-color css

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

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

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

border-color css

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

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

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