Html Css Color HEX #BFCF66 Wild Willow

📋 copy color: '#BFCF66'

red 191 ◦ green 207 ◦ blue 102

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

Shades of Wild Willow #BFCF66

Tints of Wild Willow #BFCF66

RGB

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

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

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

R = 38.2%
G = 41.4%
B = 20.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#BFCF66 (or 0xBFCF66) is known color: Wild Willow. HEX triplet: BF, CF and 66. RGB value is (191,207,102). Sum of RGB (Red+Green+Blue) = 191+207+102=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 102 (40.23% from 255 or 20.4% from 500); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCF66 is #403099. Grayscale: #BEBEBE. Windows color (decimal): -4206746 or 6737855. OLE color: 6737855.

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

Color convert

RGB 191 207 102 -
CMYK 0.08 0 0.51 0.19
HSL 69.14º 0.52% 0.61% -
HSV(B) 69.14º 0.51% 0.81% -
XYZ 46.2 56.66 21.07 -
YUV 190.25 78.2 128.54 -
System Red Green Blue C M Y K H S L
Decimal 191 207 102 0.08 0 0.51 0.19 69.14 0.52 0.61
Hex BF CF 66 8 0 33 13 45 34 3D
Octal 277 317 146 10 0 63 23 105 64 75
Binary 10111111 11001111 1100110 1000 0 110011 10011 1000101 110100 111101

Color Harmonies of #BFCF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCF66

Black with #BFCF66

Text Example


Text Example

White with #BFCF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCF66; }

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

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

background-color css

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

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

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

border-color css

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

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

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