Html Css Color HEX #BCD35D Wild Willow

📋 copy color: '#BCD35D'

red 188 ◦ green 211 ◦ blue 93

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

Shades of Wild Willow #BCD35D

Tints of Wild Willow #BCD35D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.89%

 BLUE value IS 93 (36.72% from 255) = 18.9%

R = 38.21%
G = 42.89%
B = 18.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#BCD35D (or 0xBCD35D) is known color: Wild Willow. HEX triplet: BC, D3 and 5D. RGB value is (188,211,93). Sum of RGB (Red+Green+Blue) = 188+211+93=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 211 (82.81% from 255 or 42.89% from 492); Blue value is 93 (36.72% from 255 or 18.90% from 492); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD35D is #432CA2. Grayscale: #BFBFBF. Windows color (decimal): -4402339 or 6149052. OLE color: 6149052.

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

Color convert

RGB 188 211 93 -
CMYK 0.11 0 0.56 0.17
HSL 71.69º 0.57% 0.6% -
HSV(B) 71.69º 0.56% 0.83% -
XYZ 46.01 58.07 19.14 -
YUV 190.67 72.88 126.09 -
System Red Green Blue C M Y K H S L
Decimal 188 211 93 0.11 0 0.56 0.17 71.69 0.57 0.6
Hex BC D3 5D B 0 38 11 48 39 3C
Octal 274 323 135 13 0 70 21 110 71 74
Binary 10111100 11010011 1011101 1011 0 111000 10001 1001000 111001 111100

Color Harmonies of #BCD35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD35D

Black with #BCD35D

Text Example


Text Example

White with #BCD35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD35D; }

 p { color: rgb(188,211,93); }

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

background-color css

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

 a { background-color: rgb(188,211,93); }

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

border-color css

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

 span { border-color: rgb(188,211,93); }

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