Html Css Color HEX #BFD68E Sprout

📋 copy color: '#BFD68E'

red 191 ◦ green 214 ◦ blue 142

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

Shades of Sprout #BFD68E

Tints of Sprout #BFD68E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.12%

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

R = 34.92%
G = 39.12%
B = 25.96%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#BFD68E (or 0xBFD68E) is known color: Sprout. HEX triplet: BF, D6 and 8E. RGB value is (191,214,142). Sum of RGB (Red+Green+Blue) = 191+214+142=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 214 (83.98% from 255 or 39.12% from 547); Blue value is 142 (55.86% from 255 or 25.96% from 547); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD68E is #402971. Grayscale: #C7C7C7. Windows color (decimal): -4204914 or 9361087. OLE color: 9361087.

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

Color convert

RGB 191 214 142 -
CMYK 0.11 0 0.34 0.16
HSL 79.17º 0.47% 0.7% -
HSV(B) 79.17º 0.34% 0.84% -
XYZ 50.41 61.12 34.73 -
YUV 198.92 95.88 122.35 -
System Red Green Blue C M Y K H S L
Decimal 191 214 142 0.11 0 0.34 0.16 79.17 0.47 0.7
Hex BF D6 8E B 0 22 10 4F 2F 46
Octal 277 326 216 13 0 42 20 117 57 106
Binary 10111111 11010110 10001110 1011 0 100010 10000 1001111 101111 1000110

Color Harmonies of #BFD68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD68E

Black with #BFD68E

Text Example


Text Example

White with #BFD68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD68E; }

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

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

background-color css

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

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

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

border-color css

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

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

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