Html Css Color HEX #BCC45D Wild Willow

📋 copy color: '#BCC45D'

red 188 ◦ green 196 ◦ blue 93

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

Shades of Wild Willow #BCC45D

Tints of Wild Willow #BCC45D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.09%

 BLUE value IS 93 (36.72% from 255) = 19.5%

R = 39.41%
G = 41.09%
B = 19.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#BCC45D (or 0xBCC45D) is known color: Wild Willow. HEX triplet: BC, C4 and 5D. RGB value is (188,196,93). Sum of RGB (Red+Green+Blue) = 188+196+93=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 196 (76.95% from 255 or 41.09% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC45D is #433BA2. Grayscale: #B6B6B6. Windows color (decimal): -4406179 or 6145212. OLE color: 6145212.

HSL color Cylindrical-coordinate representation of color #BCC45D: hue angle of 64.66º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCC45D is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 196 93 -
CMYK 0.04 0 0.53 0.23
HSL 64.66º 0.47% 0.57% -
HSV(B) 64.66º 0.53% 0.77% -
XYZ 42.45 50.96 17.95 -
YUV 181.87 77.85 132.38 -
System Red Green Blue C M Y K H S L
Decimal 188 196 93 0.04 0 0.53 0.23 64.66 0.47 0.57
Hex BC C4 5D 4 0 35 17 41 2F 39
Octal 274 304 135 4 0 65 27 101 57 71
Binary 10111100 11000100 1011101 100 0 110101 10111 1000001 101111 111001

Color Harmonies of #BCC45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC45D

Black with #BCC45D

Text Example


Text Example

White with #BCC45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC45D; }

 p { color: rgb(188,196,93); }

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

background-color css

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

 a { background-color: rgb(188,196,93); }

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

border-color css

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

 span { border-color: rgb(188,196,93); }

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