Html Css Color HEX #BFD063 Wild Willow

📋 copy color: '#BFD063'

red 191 ◦ green 208 ◦ blue 99

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

Shades of Wild Willow #BFD063

Tints of Wild Willow #BFD063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.88%

R = 38.35%
G = 41.77%
B = 19.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#BFD063 (or 0xBFD063) is known color: Wild Willow. HEX triplet: BF, D0 and 63. RGB value is (191,208,99). Sum of RGB (Red+Green+Blue) = 191+208+99=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 99 (39.06% from 255 or 19.88% from 498); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD063 is #402F9C. Grayscale: #BEBEBE. Windows color (decimal): -4206493 or 6541503. OLE color: 6541503.

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

Color convert

RGB 191 208 99 -
CMYK 0.08 0 0.52 0.18
HSL 69.36º 0.54% 0.6% -
HSV(B) 69.36º 0.52% 0.82% -
XYZ 46.29 57.09 20.38 -
YUV 190.49 76.37 128.36 -
System Red Green Blue C M Y K H S L
Decimal 191 208 99 0.08 0 0.52 0.18 69.36 0.54 0.6
Hex BF D0 63 8 0 34 12 45 36 3C
Octal 277 320 143 10 0 64 22 105 66 74
Binary 10111111 11010000 1100011 1000 0 110100 10010 1000101 110110 111100

Color Harmonies of #BFD063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD063

Black with #BFD063

Text Example


Text Example

White with #BFD063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD063; }

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

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

background-color css

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

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

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

border-color css

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

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

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