Html Css Color HEX #BFCF6F Wild Willow

📋 copy color: '#BFCF6F'

red 191 ◦ green 207 ◦ blue 111

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

Shades of Wild Willow #BFCF6F

Tints of Wild Willow #BFCF6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.81%

R = 37.52%
G = 40.67%
B = 21.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#BFCF6F (or 0xBFCF6F) is known color: Wild Willow. HEX triplet: BF, CF and 6F. RGB value is (191,207,111). Sum of RGB (Red+Green+Blue) = 191+207+111=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 111 (43.75% from 255 or 21.81% from 509); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCF6F is #403090. Grayscale: #BFBFBF. Windows color (decimal): -4206737 or 7327679. OLE color: 7327679.

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

Color convert

RGB 191 207 111 -
CMYK 0.08 0 0.46 0.19
HSL 70º 0.5% 0.62% -
HSV(B) 70º 0.46% 0.81% -
XYZ 46.67 56.85 23.55 -
YUV 191.27 82.7 127.81 -
System Red Green Blue C M Y K H S L
Decimal 191 207 111 0.08 0 0.46 0.19 70 0.5 0.62
Hex BF CF 6F 8 0 2E 13 46 32 3E
Octal 277 317 157 10 0 56 23 106 62 76
Binary 10111111 11001111 1101111 1000 0 101110 10011 1000110 110010 111110

Color Harmonies of #BFCF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCF6F

Black with #BFCF6F

Text Example


Text Example

White with #BFCF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCF6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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