Html Css Color HEX #BFD065 Wild Willow

📋 copy color: '#BFD065'

red 191 ◦ green 208 ◦ blue 101

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

Shades of Wild Willow #BFD065

Tints of Wild Willow #BFD065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.2%

R = 38.2%
G = 41.6%
B = 20.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#BFD065 (or 0xBFD065) is known color: Wild Willow. HEX triplet: BF, D0 and 65. RGB value is (191,208,101). Sum of RGB (Red+Green+Blue) = 191+208+101=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 101 (39.84% from 255 or 20.2% from 500); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD065 is #402F9A. Grayscale: #BFBFBF. Windows color (decimal): -4206491 or 6672575. OLE color: 6672575.

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

Color convert

RGB 191 208 101 -
CMYK 0.08 0 0.51 0.18
HSL 69.53º 0.53% 0.61% -
HSV(B) 69.53º 0.51% 0.82% -
XYZ 46.39 57.13 20.89 -
YUV 190.72 77.37 128.2 -
System Red Green Blue C M Y K H S L
Decimal 191 208 101 0.08 0 0.51 0.18 69.53 0.53 0.61
Hex BF D0 65 8 0 33 12 46 35 3D
Octal 277 320 145 10 0 63 22 106 65 75
Binary 10111111 11010000 1100101 1000 0 110011 10010 1000110 110101 111101

Color Harmonies of #BFD065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD065

Black with #BFD065

Text Example


Text Example

White with #BFD065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD065; }

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

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

background-color css

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

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

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

border-color css

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

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

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