Html Css Color HEX #BFD071 Wild Willow

📋 copy color: '#BFD071'

red 191 ◦ green 208 ◦ blue 113

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

Shades of Wild Willow #BFD071

Tints of Wild Willow #BFD071

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.63%

 BLUE value IS 113 (44.53% from 255) = 22.07%

R = 37.3%
G = 40.63%
B = 22.07%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#BFD071 (or 0xBFD071) is known color: Wild Willow. HEX triplet: BF, D0 and 71. RGB value is (191,208,113). Sum of RGB (Red+Green+Blue) = 191+208+113=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 113 (44.53% from 255 or 22.07% from 512); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD071 is #402F8E. Grayscale: #C0C0C0. Windows color (decimal): -4206479 or 7459007. OLE color: 7459007.

HSL color Cylindrical-coordinate representation of color #BFD071: hue angle of 70.74º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFD071 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 208 113 -
CMYK 0.08 0 0.46 0.18
HSL 70.74º 0.5% 0.63% -
HSV(B) 70.74º 0.46% 0.82% -
XYZ 47.02 57.38 24.22 -
YUV 192.09 83.37 127.22 -
System Red Green Blue C M Y K H S L
Decimal 191 208 113 0.08 0 0.46 0.18 70.74 0.5 0.63
Hex BF D0 71 8 0 2E 12 47 32 3F
Octal 277 320 161 10 0 56 22 107 62 77
Binary 10111111 11010000 1110001 1000 0 101110 10010 1000111 110010 111111

Color Harmonies of #BFD071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD071

Black with #BFD071

Text Example


Text Example

White with #BFD071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD071; }

 p { color: rgb(191,208,113); }

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

background-color css

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

 a { background-color: rgb(191,208,113); }

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

border-color css

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

 span { border-color: rgb(191,208,113); }

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