Html Css Color HEX #BFCD64 Wild Willow

📋 copy color: '#BFCD64'

red 191 ◦ green 205 ◦ blue 100

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

Shades of Wild Willow #BFCD64

Tints of Wild Willow #BFCD64

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.33%

 BLUE value IS 100 (39.45% from 255) = 20.16%

R = 38.51%
G = 41.33%
B = 20.16%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#BFCD64 (or 0xBFCD64) is known color: Wild Willow. HEX triplet: BF, CD and 64. RGB value is (191,205,100). Sum of RGB (Red+Green+Blue) = 191+205+100=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 100 (39.45% from 255 or 20.16% from 496); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCD64 is #40329B. Grayscale: #BDBDBD. Windows color (decimal): -4207260 or 6606271. OLE color: 6606271.

HSL color Cylindrical-coordinate representation of color #BFCD64: hue angle of 68º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFCD64 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 205 100 -
CMYK 0.07 0 0.51 0.20
HSL 68º 0.51% 0.6% -
HSV(B) 68º 0.51% 0.8% -
XYZ 45.62 55.66 20.4 -
YUV 188.84 77.86 129.54 -
System Red Green Blue C M Y K H S L
Decimal 191 205 100 0.07 0 0.51 0.20 68 0.51 0.6
Hex BF CD 64 7 0 33 14 44 33 3C
Octal 277 315 144 7 0 63 24 104 63 74
Binary 10111111 11001101 1100100 111 0 110011 10100 1000100 110011 111100

Color Harmonies of #BFCD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCD64

Black with #BFCD64

Text Example


Text Example

White with #BFCD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCD64; }

 p { color: rgb(191,205,100); }

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

background-color css

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

 a { background-color: rgb(191,205,100); }

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

border-color css

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

 span { border-color: rgb(191,205,100); }

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