Html Css Color HEX #BCC064 Wild Willow

📋 copy color: '#BCC064'

red 188 ◦ green 192 ◦ blue 100

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

Shades of Wild Willow #BCC064

Tints of Wild Willow #BCC064

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40%

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

R = 39.17%
G = 40%
B = 20.83%

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

#BCC064 (or 0xBCC064) is known color: Wild Willow. HEX triplet: BC, C0 and 64. RGB value is (188,192,100). Sum of RGB (Red+Green+Blue) = 188+192+100=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 100 (39.45% from 255 or 20.83% from 480); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC064 is #433F9B. Grayscale: #B4B4B4. Windows color (decimal): -4407196 or 6602940. OLE color: 6602940.

HSL color Cylindrical-coordinate representation of color #BCC064: hue angle of 62.61º 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 #BCC064 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 192 100 -
CMYK 0.02 0 0.48 0.25
HSL 62.61º 0.42% 0.57% -
HSV(B) 62.61º 0.48% 0.75% -
XYZ 41.89 49.31 19.37 -
YUV 180.32 82.67 133.48 -
System Red Green Blue C M Y K H S L
Decimal 188 192 100 0.02 0 0.48 0.25 62.61 0.42 0.57
Hex BC C0 64 2 0 30 19 3F 2A 39
Octal 274 300 144 2 0 60 31 77 52 71
Binary 10111100 11000000 1100100 10 0 110000 11001 111111 101010 111001

Color Harmonies of #BCC064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC064

Black with #BCC064

Text Example


Text Example

White with #BCC064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC064; }

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

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

background-color css

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

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

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

border-color css

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

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

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