Html Css Color HEX #BFDC60 Wild Willow

📋 copy color: '#BFDC60'

red 191 ◦ green 220 ◦ blue 96

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

Shades of Wild Willow #BFDC60

Tints of Wild Willow #BFDC60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.93%

R = 37.67%
G = 43.39%
B = 18.93%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#BFDC60 (or 0xBFDC60) is known color: Wild Willow. HEX triplet: BF, DC and 60. RGB value is (191,220,96). Sum of RGB (Red+Green+Blue) = 191+220+96=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 96 (37.89% from 255 or 18.93% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDC60 is #40239F. Grayscale: #C5C5C5. Windows color (decimal): -4203424 or 6347967. OLE color: 6347967.

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

Color convert

RGB 191 220 96 -
CMYK 0.13 0 0.56 0.14
HSL 74.03º 0.64% 0.62% -
HSV(B) 74.03º 0.56% 0.86% -
XYZ 49.19 63.11 20.65 -
YUV 197.19 70.89 123.58 -
System Red Green Blue C M Y K H S L
Decimal 191 220 96 0.13 0 0.56 0.14 74.03 0.64 0.62
Hex BF DC 60 D 0 38 E 4A 40 3E
Octal 277 334 140 15 0 70 16 112 100 76
Binary 10111111 11011100 1100000 1101 0 111000 1110 1001010 1000000 111110

Color Harmonies of #BFDC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDC60

Black with #BFDC60

Text Example


Text Example

White with #BFDC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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