Html Css Color HEX #BFDB66 Wild Willow

📋 copy color: '#BFDB66'

red 191 ◦ green 219 ◦ blue 102

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

Shades of Wild Willow #BFDB66

Tints of Wild Willow #BFDB66

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.77%

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

R = 37.3%
G = 42.77%
B = 19.92%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#BFDB66 (or 0xBFDB66) is known color: Wild Willow. HEX triplet: BF, DB and 66. RGB value is (191,219,102). Sum of RGB (Red+Green+Blue) = 191+219+102=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 102 (40.23% from 255 or 19.92% from 512); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDB66 is #402499. Grayscale: #C5C5C5. Windows color (decimal): -4203674 or 6740927. OLE color: 6740927.

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

Color convert

RGB 191 219 102 -
CMYK 0.13 0 0.53 0.14
HSL 74.36º 0.62% 0.63% -
HSV(B) 74.36º 0.53% 0.86% -
XYZ 49.22 62.7 22.08 -
YUV 197.29 74.22 123.51 -
System Red Green Blue C M Y K H S L
Decimal 191 219 102 0.13 0 0.53 0.14 74.36 0.62 0.63
Hex BF DB 66 D 0 35 E 4A 3E 3F
Octal 277 333 146 15 0 65 16 112 76 77
Binary 10111111 11011011 1100110 1101 0 110101 1110 1001010 111110 111111

Color Harmonies of #BFDB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDB66

Black with #BFDB66

Text Example


Text Example

White with #BFDB66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDB66; }

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

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

background-color css

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

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

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

border-color css

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

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

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