Html Css Color HEX #BCC36C Wild Willow

📋 copy color: '#BCC36C'

red 188 ◦ green 195 ◦ blue 108

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

Shades of Wild Willow #BCC36C

Tints of Wild Willow #BCC36C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22%

R = 38.29%
G = 39.71%
B = 22%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#BCC36C (or 0xBCC36C) is known color: Wild Willow. HEX triplet: BC, C3 and 6C. RGB value is (188,195,108). Sum of RGB (Red+Green+Blue) = 188+195+108=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 195 (76.56% from 255 or 39.71% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC36C is #433C93. Grayscale: #B7B7B7. Windows color (decimal): -4406420 or 7127996. OLE color: 7127996.

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

Color convert

RGB 188 195 108 -
CMYK 0.04 0 0.45 0.24
HSL 64.83º 0.42% 0.59% -
HSV(B) 64.83º 0.45% 0.76% -
XYZ 42.96 50.8 21.73 -
YUV 182.99 85.68 131.57 -
System Red Green Blue C M Y K H S L
Decimal 188 195 108 0.04 0 0.45 0.24 64.83 0.42 0.59
Hex BC C3 6C 4 0 2D 18 41 2A 3B
Octal 274 303 154 4 0 55 30 101 52 73
Binary 10111100 11000011 1101100 100 0 101101 11000 1000001 101010 111011

Color Harmonies of #BCC36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC36C

Black with #BCC36C

Text Example


Text Example

White with #BCC36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC36C; }

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

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

background-color css

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

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

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

border-color css

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

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

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