Html Css Color HEX #BCC45A Wild Willow

📋 copy color: '#BCC45A'

red 188 ◦ green 196 ◦ blue 90

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

Shades of Wild Willow #BCC45A

Tints of Wild Willow #BCC45A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.99%

R = 39.66%
G = 41.35%
B = 18.99%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#BCC45A (or 0xBCC45A) is known color: Wild Willow. HEX triplet: BC, C4 and 5A. RGB value is (188,196,90). Sum of RGB (Red+Green+Blue) = 188+196+90=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 196 (76.95% from 255 or 41.35% from 474); Blue value is 90 (35.55% from 255 or 18.99% from 474); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC45A is #433BA5. Grayscale: #B5B5B5. Windows color (decimal): -4406182 or 5948604. OLE color: 5948604.

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

Color convert

RGB 188 196 90 -
CMYK 0.04 0 0.54 0.23
HSL 64.53º 0.47% 0.56% -
HSV(B) 64.53º 0.54% 0.77% -
XYZ 42.32 50.91 17.27 -
YUV 181.52 76.35 132.62 -
System Red Green Blue C M Y K H S L
Decimal 188 196 90 0.04 0 0.54 0.23 64.53 0.47 0.56
Hex BC C4 5A 4 0 36 17 41 2F 38
Octal 274 304 132 4 0 66 27 101 57 70
Binary 10111100 11000100 1011010 100 0 110110 10111 1000001 101111 111000

Color Harmonies of #BCC45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC45A

Black with #BCC45A

Text Example


Text Example

White with #BCC45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC45A; }

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

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

background-color css

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

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

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

border-color css

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

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

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