Html Css Color HEX #BFDC66 Wild Willow

📋 copy color: '#BFDC66'

red 191 ◦ green 220 ◦ blue 102

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

Shades of Wild Willow #BFDC66

Tints of Wild Willow #BFDC66

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.88%

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

R = 37.23%
G = 42.88%
B = 19.88%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#BFDC66 (or 0xBFDC66) is known color: Wild Willow. HEX triplet: BF, DC and 66. RGB value is (191,220,102). Sum of RGB (Red+Green+Blue) = 191+220+102=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 102 (40.23% from 255 or 19.88% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDC66 is #402399. Grayscale: #C6C6C6. Windows color (decimal): -4203418 or 6741183. OLE color: 6741183.

HSL color Cylindrical-coordinate representation of color #BFDC66: hue angle of 74.75º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFDC66 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 220 102 -
CMYK 0.13 0 0.54 0.14
HSL 74.75º 0.63% 0.63% -
HSV(B) 74.75º 0.54% 0.86% -
XYZ 49.48 63.22 22.17 -
YUV 197.88 73.89 123.09 -
System Red Green Blue C M Y K H S L
Decimal 191 220 102 0.13 0 0.54 0.14 74.75 0.63 0.63
Hex BF DC 66 D 0 36 E 4B 3F 3F
Octal 277 334 146 15 0 66 16 113 77 77
Binary 10111111 11011100 1100110 1101 0 110110 1110 1001011 111111 111111

Color Harmonies of #BFDC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDC66

Black with #BFDC66

Text Example


Text Example

White with #BFDC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDC66; }

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

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

background-color css

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

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

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

border-color css

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

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

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