Html Css Color HEX #BFDC69 Wild Willow

📋 copy color: '#BFDC69'

red 191 ◦ green 220 ◦ blue 105

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

Shades of Wild Willow #BFDC69

Tints of Wild Willow #BFDC69

RGB

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

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

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

R = 37.02%
G = 42.64%
B = 20.35%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#BFDC69 (or 0xBFDC69) is known color: Wild Willow. HEX triplet: BF, DC and 69. RGB value is (191,220,105). Sum of RGB (Red+Green+Blue) = 191+220+105=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 105 (41.41% from 255 or 20.35% from 516); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDC69 is #402396. Grayscale: #C6C6C6. Windows color (decimal): -4203415 or 6937791. OLE color: 6937791.

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

Color convert

RGB 191 220 105 -
CMYK 0.13 0 0.52 0.14
HSL 75.13º 0.62% 0.64% -
HSV(B) 75.13º 0.52% 0.86% -
XYZ 49.63 63.28 22.96 -
YUV 198.22 75.39 122.85 -
System Red Green Blue C M Y K H S L
Decimal 191 220 105 0.13 0 0.52 0.14 75.13 0.62 0.64
Hex BF DC 69 D 0 34 E 4B 3E 40
Octal 277 334 151 15 0 64 16 113 76 100
Binary 10111111 11011100 1101001 1101 0 110100 1110 1001011 111110 1000000

Color Harmonies of #BFDC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDC69

Black with #BFDC69

Text Example


Text Example

White with #BFDC69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDC69; }

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

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

background-color css

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

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

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

border-color css

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

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

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