Html Css Color HEX #BCC360 Wild Willow

📋 copy color: '#BCC360'

red 188 ◦ green 195 ◦ blue 96

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

Shades of Wild Willow #BCC360

Tints of Wild Willow #BCC360

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.71%

 BLUE value IS 96 (37.89% from 255) = 20.04%

R = 39.25%
G = 40.71%
B = 20.04%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#BCC360 (or 0xBCC360) is known color: Wild Willow. HEX triplet: BC, C3 and 60. RGB value is (188,195,96). Sum of RGB (Red+Green+Blue) = 188+195+96=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 195 (76.56% from 255 or 40.71% from 479); Blue value is 96 (37.89% from 255 or 20.04% from 479); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC360 is #433C9F. Grayscale: #B6B6B6. Windows color (decimal): -4406432 or 6341564. OLE color: 6341564.

HSL color Cylindrical-coordinate representation of color #BCC360: hue angle of 64.24º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCC360 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 195 96 -
CMYK 0.04 0 0.51 0.24
HSL 64.24º 0.45% 0.57% -
HSV(B) 64.24º 0.51% 0.76% -
XYZ 42.37 50.57 18.59 -
YUV 181.62 79.68 132.55 -
System Red Green Blue C M Y K H S L
Decimal 188 195 96 0.04 0 0.51 0.24 64.24 0.45 0.57
Hex BC C3 60 4 0 33 18 40 2D 39
Octal 274 303 140 4 0 63 30 100 55 71
Binary 10111100 11000011 1100000 100 0 110011 11000 1000000 101101 111001

Color Harmonies of #BCC360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC360

Black with #BCC360

Text Example


Text Example

White with #BCC360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC360; }

 p { color: rgb(188,195,96); }

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

background-color css

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

 a { background-color: rgb(188,195,96); }

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

border-color css

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

 span { border-color: rgb(188,195,96); }

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