Html Css Color HEX #BFD969 Wild Willow

📋 copy color: '#BFD969'

red 191 ◦ green 217 ◦ blue 105

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

Shades of Wild Willow #BFD969

Tints of Wild Willow #BFD969

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.3%

 BLUE value IS 105 (41.41% from 255) = 20.47%

R = 37.23%
G = 42.3%
B = 20.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#BFD969 (or 0xBFD969) is known color: Wild Willow. HEX triplet: BF, D9 and 69. RGB value is (191,217,105). Sum of RGB (Red+Green+Blue) = 191+217+105=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 105 (41.41% from 255 or 20.47% from 513); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD969 is #402696. Grayscale: #C4C4C4. Windows color (decimal): -4204183 or 6937023. OLE color: 6937023.

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

Color convert

RGB 191 217 105 -
CMYK 0.12 0 0.52 0.15
HSL 73.93º 0.6% 0.63% -
HSV(B) 73.93º 0.52% 0.85% -
XYZ 48.85 61.72 22.7 -
YUV 196.46 76.39 124.11 -
System Red Green Blue C M Y K H S L
Decimal 191 217 105 0.12 0 0.52 0.15 73.93 0.6 0.63
Hex BF D9 69 C 0 34 F 4A 3C 3F
Octal 277 331 151 14 0 64 17 112 74 77
Binary 10111111 11011001 1101001 1100 0 110100 1111 1001010 111100 111111

Color Harmonies of #BFD969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD969

Black with #BFD969

Text Example


Text Example

White with #BFD969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD969; }

 p { color: rgb(191,217,105); }

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

background-color css

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

 a { background-color: rgb(191,217,105); }

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

border-color css

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

 span { border-color: rgb(191,217,105); }

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