Html Css Color HEX #BCD45B Wild Willow

📋 copy color: '#BCD45B'

red 188 ◦ green 212 ◦ blue 91

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

Shades of Wild Willow #BCD45B

Tints of Wild Willow #BCD45B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.18%

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

R = 38.29%
G = 43.18%
B = 18.53%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#BCD45B (or 0xBCD45B) is known color: Wild Willow. HEX triplet: BC, D4 and 5B. RGB value is (188,212,91). Sum of RGB (Red+Green+Blue) = 188+212+91=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 91 (35.94% from 255 or 18.53% from 491); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD45B is #432BA4. Grayscale: #BFBFBF. Windows color (decimal): -4402085 or 6018236. OLE color: 6018236.

HSL color Cylindrical-coordinate representation of color #BCD45B: hue angle of 71.9º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCD45B is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 212 91 -
CMYK 0.11 0 0.57 0.17
HSL 71.9º 0.58% 0.59% -
HSV(B) 71.9º 0.57% 0.83% -
XYZ 46.17 58.53 18.76 -
YUV 191.03 71.55 125.84 -
System Red Green Blue C M Y K H S L
Decimal 188 212 91 0.11 0 0.57 0.17 71.9 0.58 0.59
Hex BC D4 5B B 0 39 11 48 3A 3B
Octal 274 324 133 13 0 71 21 110 72 73
Binary 10111100 11010100 1011011 1011 0 111001 10001 1001000 111010 111011

Color Harmonies of #BCD45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD45B

Black with #BCD45B

Text Example


Text Example

White with #BCD45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD45B; }

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

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

background-color css

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

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

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

border-color css

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

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

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