Html Css Color HEX #BCD15A Wild Willow

📋 copy color: '#BCD15A'

red 188 ◦ green 209 ◦ blue 90

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

Shades of Wild Willow #BCD15A

Tints of Wild Willow #BCD15A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.92%

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

R = 38.6%
G = 42.92%
B = 18.48%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#BCD15A (or 0xBCD15A) is known color: Wild Willow. HEX triplet: BC, D1 and 5A. RGB value is (188,209,90). Sum of RGB (Red+Green+Blue) = 188+209+90=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 209 (82.03% from 255 or 42.92% from 487); Blue value is 90 (35.55% from 255 or 18.48% from 487); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD15A is #432EA5. Grayscale: #BDBDBD. Windows color (decimal): -4402854 or 5951932. OLE color: 5951932.

HSL color Cylindrical-coordinate representation of color #BCD15A: hue angle of 70.59º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCD15A is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 209 90 -
CMYK 0.10 0 0.57 0.18
HSL 70.59º 0.56% 0.59% -
HSV(B) 70.59º 0.57% 0.82% -
XYZ 45.38 57.03 18.29 -
YUV 189.16 72.04 127.18 -
System Red Green Blue C M Y K H S L
Decimal 188 209 90 0.10 0 0.57 0.18 70.59 0.56 0.59
Hex BC D1 5A A 0 39 12 47 38 3B
Octal 274 321 132 12 0 71 22 107 70 73
Binary 10111100 11010001 1011010 1010 0 111001 10010 1000111 111000 111011

Color Harmonies of #BCD15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD15A

Black with #BCD15A

Text Example


Text Example

White with #BCD15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD15A; }

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

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

background-color css

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

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

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

border-color css

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

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

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