Html Css Color HEX #BFD870 Wild Willow

📋 copy color: '#BFD870'

red 191 ◦ green 216 ◦ blue 112

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

Shades of Wild Willow #BFD870

Tints of Wild Willow #BFD870

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.62%

 BLUE value IS 112 (44.14% from 255) = 21.58%

R = 36.8%
G = 41.62%
B = 21.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#BFD870 (or 0xBFD870) is known color: Wild Willow. HEX triplet: BF, D8 and 70. RGB value is (191,216,112). Sum of RGB (Red+Green+Blue) = 191+216+112=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 216 (84.77% from 255 or 41.62% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD870 is #40278F. Grayscale: #C5C5C5. Windows color (decimal): -4204432 or 7395519. OLE color: 7395519.

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

Color convert

RGB 191 216 112 -
CMYK 0.12 0 0.48 0.15
HSL 74.42º 0.57% 0.64% -
HSV(B) 74.42º 0.48% 0.85% -
XYZ 48.97 61.36 24.59 -
YUV 196.67 80.22 123.96 -
System Red Green Blue C M Y K H S L
Decimal 191 216 112 0.12 0 0.48 0.15 74.42 0.57 0.64
Hex BF D8 70 C 0 30 F 4A 39 40
Octal 277 330 160 14 0 60 17 112 71 100
Binary 10111111 11011000 1110000 1100 0 110000 1111 1001010 111001 1000000

Color Harmonies of #BFD870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD870

Black with #BFD870

Text Example


Text Example

White with #BFD870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD870; }

 p { color: rgb(191,216,112); }

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

background-color css

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

 a { background-color: rgb(191,216,112); }

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

border-color css

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

 span { border-color: rgb(191,216,112); }

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