Html Css Color HEX #BCC45B Wild Willow

📋 copy color: '#BCC45B'

red 188 ◦ green 196 ◦ blue 91

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

Shades of Wild Willow #BCC45B

Tints of Wild Willow #BCC45B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.16%

R = 39.58%
G = 41.26%
B = 19.16%

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

#BCC45B (or 0xBCC45B) is known color: Wild Willow. HEX triplet: BC, C4 and 5B. RGB value is (188,196,91). Sum of RGB (Red+Green+Blue) = 188+196+91=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 196 (76.95% from 255 or 41.26% from 475); Blue value is 91 (35.94% from 255 or 19.16% from 475); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC45B is #433BA4. Grayscale: #B6B6B6. Windows color (decimal): -4406181 or 6014140. OLE color: 6014140.

HSL color Cylindrical-coordinate representation of color #BCC45B: hue angle of 64.57º 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 #BCC45B is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 196 91 -
CMYK 0.04 0 0.54 0.23
HSL 64.57º 0.47% 0.56% -
HSV(B) 64.57º 0.54% 0.77% -
XYZ 42.37 50.93 17.49 -
YUV 181.64 76.85 132.54 -
System Red Green Blue C M Y K H S L
Decimal 188 196 91 0.04 0 0.54 0.23 64.57 0.47 0.56
Hex BC C4 5B 4 0 36 17 41 2F 38
Octal 274 304 133 4 0 66 27 101 57 70
Binary 10111100 11000100 1011011 100 0 110110 10111 1000001 101111 111000

Color Harmonies of #BCC45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC45B

Black with #BCC45B

Text Example


Text Example

White with #BCC45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC45B; }

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

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

background-color css

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

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

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

border-color css

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

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

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