Html Css Color HEX #BFD594 Sprout

📋 copy color: '#BFD594'

red 191 ◦ green 213 ◦ blue 148

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

Shades of Sprout #BFD594

Tints of Sprout #BFD594

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.59%

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

R = 34.6%
G = 38.59%
B = 26.81%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#BFD594 (or 0xBFD594) is known color: Sprout. HEX triplet: BF, D5 and 94. RGB value is (191,213,148). Sum of RGB (Red+Green+Blue) = 191+213+148=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 213 (83.59% from 255 or 38.59% from 552); Blue value is 148 (58.20% from 255 or 26.81% from 552); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD594 is #402A6B. Grayscale: #C7C7C7. Windows color (decimal): -4205164 or 9754047. OLE color: 9754047.

HSL color Cylindrical-coordinate representation of color #BFD594: hue angle of 80.31º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFD594 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 213 148 -
CMYK 0.10 0 0.31 0.16
HSL 80.31º 0.44% 0.71% -
HSV(B) 80.31º 0.31% 0.84% -
XYZ 50.63 60.8 37.08 -
YUV 199.01 99.21 122.29 -
System Red Green Blue C M Y K H S L
Decimal 191 213 148 0.10 0 0.31 0.16 80.31 0.44 0.71
Hex BF D5 94 A 0 1F 10 50 2C 47
Octal 277 325 224 12 0 37 20 120 54 107
Binary 10111111 11010101 10010100 1010 0 11111 10000 1010000 101100 1000111

Color Harmonies of #BFD594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD594

Black with #BFD594

Text Example


Text Example

White with #BFD594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD594; }

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

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

background-color css

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

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

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

border-color css

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

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

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