Html Css Color HEX #BFD16B Wild Willow

📋 copy color: '#BFD16B'

red 191 ◦ green 209 ◦ blue 107

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

Shades of Wild Willow #BFD16B

Tints of Wild Willow #BFD16B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.22%

 BLUE value IS 107 (42.19% from 255) = 21.1%

R = 37.67%
G = 41.22%
B = 21.1%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#BFD16B (or 0xBFD16B) is known color: Wild Willow. HEX triplet: BF, D1 and 6B. RGB value is (191,209,107). Sum of RGB (Red+Green+Blue) = 191+209+107=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 209 (82.03% from 255 or 41.22% from 507); Blue value is 107 (42.19% from 255 or 21.10% from 507); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD16B is #402E94. Grayscale: #C0C0C0. Windows color (decimal): -4206229 or 7066047. OLE color: 7066047.

HSL color Cylindrical-coordinate representation of color #BFD16B: hue angle of 70.59º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFD16B is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 209 107 -
CMYK 0.09 0 0.49 0.18
HSL 70.59º 0.53% 0.62% -
HSV(B) 70.59º 0.49% 0.82% -
XYZ 46.94 57.74 22.58 -
YUV 191.99 80.04 127.29 -
System Red Green Blue C M Y K H S L
Decimal 191 209 107 0.09 0 0.49 0.18 70.59 0.53 0.62
Hex BF D1 6B 9 0 31 12 47 35 3E
Octal 277 321 153 11 0 61 22 107 65 76
Binary 10111111 11010001 1101011 1001 0 110001 10010 1000111 110101 111110

Color Harmonies of #BFD16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD16B

Black with #BFD16B

Text Example


Text Example

White with #BFD16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD16B; }

 p { color: rgb(191,209,107); }

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

background-color css

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

 a { background-color: rgb(191,209,107); }

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

border-color css

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

 span { border-color: rgb(191,209,107); }

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