Html Css Color HEX #BCC059 Wild Willow

📋 copy color: '#BCC059'

red 188 ◦ green 192 ◦ blue 89

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

Shades of Wild Willow #BCC059

Tints of Wild Willow #BCC059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 18.98%

R = 40.09%
G = 40.94%
B = 18.98%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BCC059 (or 0xBCC059) is known color: Wild Willow. HEX triplet: BC, C0 and 59. RGB value is (188,192,89). Sum of RGB (Red+Green+Blue) = 188+192+89=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 89 (35.16% from 255 or 18.98% from 469); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC059 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC059 is #433FA6. Grayscale: #B3B3B3. Windows color (decimal): -4407207 or 5882044. OLE color: 5882044.

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

Color convert

RGB 188 192 89 -
CMYK 0.02 0 0.54 0.25
HSL 62.33º 0.45% 0.55% -
HSV(B) 62.33º 0.54% 0.75% -
XYZ 41.39 49.11 16.75 -
YUV 179.06 77.17 134.38 -
System Red Green Blue C M Y K H S L
Decimal 188 192 89 0.02 0 0.54 0.25 62.33 0.45 0.55
Hex BC C0 59 2 0 36 19 3E 2D 37
Octal 274 300 131 2 0 66 31 76 55 67
Binary 10111100 11000000 1011001 10 0 110110 11001 111110 101101 110111

Color Harmonies of #BCC059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC059

Black with #BCC059

Text Example


Text Example

White with #BCC059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC059; }

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

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

background-color css

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

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

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

border-color css

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

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

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