Html Css Color HEX #BCCC56 Wild Willow

📋 copy color: '#BCCC56'

red 188 ◦ green 204 ◦ blue 86

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

Shades of Wild Willow #BCCC56

Tints of Wild Willow #BCCC56

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.68%

 BLUE value IS 86 (33.98% from 255) = 17.99%

R = 39.33%
G = 42.68%
B = 17.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#BCCC56 (or 0xBCCC56) is known color: Wild Willow. HEX triplet: BC, CC and 56. RGB value is (188,204,86). Sum of RGB (Red+Green+Blue) = 188+204+86=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 86 (33.98% from 255 or 17.99% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCC56 is #4333A9. Grayscale: #BABABA. Windows color (decimal): -4404138 or 5688508. OLE color: 5688508.

HSL color Cylindrical-coordinate representation of color #BCCC56: hue angle of 68.14º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCCC56 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 204 86 -
CMYK 0.08 0 0.58 0.2
HSL 68.14º 0.54% 0.57% -
HSV(B) 68.14º 0.58% 0.8% -
XYZ 44.01 54.55 17.01 -
YUV 185.76 71.7 129.59 -
System Red Green Blue C M Y K H S L
Decimal 188 204 86 0.08 0 0.58 0.2 68.14 0.54 0.57
Hex BC CC 56 8 0 3A 14 44 36 39
Octal 274 314 126 10 0 72 24 104 66 71
Binary 10111100 11001100 1010110 1000 0 111010 10100 1000100 110110 111001

Color Harmonies of #BCCC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCC56

Black with #BCCC56

Text Example


Text Example

White with #BCCC56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCC56; }

 p { color: rgb(188,204,86); }

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

background-color css

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

 a { background-color: rgb(188,204,86); }

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

border-color css

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

 span { border-color: rgb(188,204,86); }

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