Html Css Color HEX #BCD158 Wild Willow

📋 copy color: '#BCD158'

red 188 ◦ green 209 ◦ blue 88

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

Shades of Wild Willow #BCD158

Tints of Wild Willow #BCD158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.14%

R = 38.76%
G = 43.09%
B = 18.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#BCD158 (or 0xBCD158) is known color: Wild Willow. HEX triplet: BC, D1 and 58. RGB value is (188,209,88). Sum of RGB (Red+Green+Blue) = 188+209+88=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 209 (82.03% from 255 or 43.09% from 485); Blue value is 88 (34.77% from 255 or 18.14% from 485); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD158 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD158 is #432EA7. Grayscale: #BDBDBD. Windows color (decimal): -4402856 or 5820860. OLE color: 5820860.

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

Color convert

RGB 188 209 88 -
CMYK 0.10 0 0.58 0.18
HSL 70.41º 0.57% 0.58% -
HSV(B) 70.41º 0.58% 0.82% -
XYZ 45.3 57 17.85 -
YUV 188.93 71.04 127.34 -
System Red Green Blue C M Y K H S L
Decimal 188 209 88 0.10 0 0.58 0.18 70.41 0.57 0.58
Hex BC D1 58 A 0 3A 12 46 39 3A
Octal 274 321 130 12 0 72 22 106 71 72
Binary 10111100 11010001 1011000 1010 0 111010 10010 1000110 111001 111010

Color Harmonies of #BCD158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD158

Black with #BCD158

Text Example


Text Example

White with #BCD158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD158; }

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

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

background-color css

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

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

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

border-color css

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

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

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