Html Css Color HEX #BFD966 Wild Willow

📋 copy color: '#BFD966'

red 191 ◦ green 217 ◦ blue 102

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

Shades of Wild Willow #BFD966

Tints of Wild Willow #BFD966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20%

R = 37.45%
G = 42.55%
B = 20%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#BFD966 (or 0xBFD966) is known color: Wild Willow. HEX triplet: BF, D9 and 66. RGB value is (191,217,102). Sum of RGB (Red+Green+Blue) = 191+217+102=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 217 (85.16% from 255 or 42.55% from 510); Blue value is 102 (40.23% from 255 or 20% from 510); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD966 is #402699. Grayscale: #C4C4C4. Windows color (decimal): -4204186 or 6740415. OLE color: 6740415.

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

Color convert

RGB 191 217 102 -
CMYK 0.12 0 0.53 0.15
HSL 73.57º 0.6% 0.63% -
HSV(B) 73.57º 0.53% 0.85% -
XYZ 48.7 61.66 21.91 -
YUV 196.12 74.89 124.35 -
System Red Green Blue C M Y K H S L
Decimal 191 217 102 0.12 0 0.53 0.15 73.57 0.6 0.63
Hex BF D9 66 C 0 35 F 4A 3C 3F
Octal 277 331 146 14 0 65 17 112 74 77
Binary 10111111 11011001 1100110 1100 0 110101 1111 1001010 111100 111111

Color Harmonies of #BFD966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD966

Black with #BFD966

Text Example


Text Example

White with #BFD966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD966; }

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

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

background-color css

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

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

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

border-color css

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

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

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