Html Css Color HEX #BCD45A Wild Willow

📋 copy color: '#BCD45A'

red 188 ◦ green 212 ◦ blue 90

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

Shades of Wild Willow #BCD45A

Tints of Wild Willow #BCD45A

RGB

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

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

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

R = 38.37%
G = 43.27%
B = 18.37%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#BCD45A (or 0xBCD45A) is known color: Wild Willow. HEX triplet: BC, D4 and 5A. RGB value is (188,212,90). Sum of RGB (Red+Green+Blue) = 188+212+90=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 212 (83.20% from 255 or 43.27% from 490); Blue value is 90 (35.55% from 255 or 18.37% from 490); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD45A is #432BA5. Grayscale: #BFBFBF. Windows color (decimal): -4402086 or 5952700. OLE color: 5952700.

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

Color convert

RGB 188 212 90 -
CMYK 0.11 0 0.58 0.17
HSL 71.8º 0.59% 0.59% -
HSV(B) 71.8º 0.58% 0.83% -
XYZ 46.13 58.52 18.54 -
YUV 190.92 71.05 125.92 -
System Red Green Blue C M Y K H S L
Decimal 188 212 90 0.11 0 0.58 0.17 71.8 0.59 0.59
Hex BC D4 5A B 0 3A 11 48 3B 3B
Octal 274 324 132 13 0 72 21 110 73 73
Binary 10111100 11010100 1011010 1011 0 111010 10001 1001000 111011 111011

Color Harmonies of #BCD45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD45A

Black with #BCD45A

Text Example


Text Example

White with #BCD45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD45A; }

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

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

background-color css

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

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

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

border-color css

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

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

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