Html Css Color HEX #BCBF64 Wild Willow

📋 copy color: '#BCBF64'

red 188 ◦ green 191 ◦ blue 100

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

Shades of Wild Willow #BCBF64

Tints of Wild Willow #BCBF64

RGB

 RED value IS 188 (73.83% from 255) = 39.25%

 GREEN value IS 191 (75% from 255) = 39.87%

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

R = 39.25%
G = 39.87%
B = 20.88%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BCBF64 (or 0xBCBF64) is known color: Wild Willow. HEX triplet: BC, BF and 64. RGB value is (188,191,100). Sum of RGB (Red+Green+Blue) = 188+191+100=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBF64 is #43409B. Grayscale: #B4B4B4. Windows color (decimal): -4407452 or 6602684. OLE color: 6602684.

HSL color Cylindrical-coordinate representation of color #BCBF64: hue angle of 61.98º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCBF64 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 191 100 -
CMYK 0.02 0 0.48 0.25
HSL 61.98º 0.42% 0.57% -
HSV(B) 61.98º 0.48% 0.75% -
XYZ 41.67 48.87 19.29 -
YUV 179.73 83.01 133.9 -
System Red Green Blue C M Y K H S L
Decimal 188 191 100 0.02 0 0.48 0.25 61.98 0.42 0.57
Hex BC BF 64 2 0 30 19 3E 2A 39
Octal 274 277 144 2 0 60 31 76 52 71
Binary 10111100 10111111 1100100 10 0 110000 11001 111110 101010 111001

Color Harmonies of #BCBF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBF64

Black with #BCBF64

Text Example


Text Example

White with #BCBF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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