Html Css Color HEX #BFD58E Sprout

📋 copy color: '#BFD58E'

red 191 ◦ green 213 ◦ blue 142

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

Shades of Sprout #BFD58E

Tints of Sprout #BFD58E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.01%

R = 34.98%
G = 39.01%
B = 26.01%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#BFD58E (or 0xBFD58E) is known color: Sprout. HEX triplet: BF, D5 and 8E. RGB value is (191,213,142). Sum of RGB (Red+Green+Blue) = 191+213+142=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 213 (83.59% from 255 or 39.01% from 546); Blue value is 142 (55.86% from 255 or 26.01% from 546); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD58E is #402A71. Grayscale: #C6C6C6. Windows color (decimal): -4205170 or 9360831. OLE color: 9360831.

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

Color convert

RGB 191 213 142 -
CMYK 0.10 0 0.33 0.16
HSL 78.59º 0.46% 0.7% -
HSV(B) 78.59º 0.33% 0.84% -
XYZ 50.16 60.62 34.65 -
YUV 198.33 96.21 122.77 -
System Red Green Blue C M Y K H S L
Decimal 191 213 142 0.10 0 0.33 0.16 78.59 0.46 0.7
Hex BF D5 8E A 0 21 10 4F 2E 46
Octal 277 325 216 12 0 41 20 117 56 106
Binary 10111111 11010101 10001110 1010 0 100001 10000 1001111 101110 1000110

Color Harmonies of #BFD58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD58E

Black with #BFD58E

Text Example


Text Example

White with #BFD58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD58E; }

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

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

background-color css

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

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

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

border-color css

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

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

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