Html Css Color HEX #BFCF60 Wild Willow

📋 copy color: '#BFCF60'

red 191 ◦ green 207 ◦ blue 96

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

Shades of Wild Willow #BFCF60

Tints of Wild Willow #BFCF60

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.9%

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

R = 38.66%
G = 41.9%
B = 19.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#BFCF60 (or 0xBFCF60) is known color: Wild Willow. HEX triplet: BF, CF and 60. RGB value is (191,207,96). Sum of RGB (Red+Green+Blue) = 191+207+96=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 96 (37.89% from 255 or 19.43% from 494); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCF60 is #40309F. Grayscale: #BDBDBD. Windows color (decimal): -4206752 or 6344639. OLE color: 6344639.

HSL color Cylindrical-coordinate representation of color #BFCF60: hue angle of 68.65º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFCF60 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 207 96 -
CMYK 0.08 0 0.54 0.19
HSL 68.65º 0.54% 0.59% -
HSV(B) 68.65º 0.54% 0.81% -
XYZ 45.91 56.55 19.56 -
YUV 189.56 75.2 129.03 -
System Red Green Blue C M Y K H S L
Decimal 191 207 96 0.08 0 0.54 0.19 68.65 0.54 0.59
Hex BF CF 60 8 0 36 13 45 36 3B
Octal 277 317 140 10 0 66 23 105 66 73
Binary 10111111 11001111 1100000 1000 0 110110 10011 1000101 110110 111011

Color Harmonies of #BFCF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCF60

Black with #BFCF60

Text Example


Text Example

White with #BFCF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCF60; }

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

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

background-color css

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

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

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

border-color css

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

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

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