Html Css Color HEX #BCD35C Wild Willow

📋 copy color: '#BCD35C'

red 188 ◦ green 211 ◦ blue 92

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

Shades of Wild Willow #BCD35C

Tints of Wild Willow #BCD35C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.74%

R = 38.29%
G = 42.97%
B = 18.74%

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

#BCD35C (or 0xBCD35C) is known color: Wild Willow. HEX triplet: BC, D3 and 5C. RGB value is (188,211,92). Sum of RGB (Red+Green+Blue) = 188+211+92=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 211 (82.81% from 255 or 42.97% from 491); Blue value is 92 (36.33% from 255 or 18.74% from 491); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD35C is #432CA3. Grayscale: #BFBFBF. Windows color (decimal): -4402340 or 6083516. OLE color: 6083516.

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

Color convert

RGB 188 211 92 -
CMYK 0.11 0 0.56 0.17
HSL 71.6º 0.57% 0.59% -
HSV(B) 71.6º 0.56% 0.83% -
XYZ 45.97 58.05 18.91 -
YUV 190.56 72.38 126.18 -
System Red Green Blue C M Y K H S L
Decimal 188 211 92 0.11 0 0.56 0.17 71.6 0.57 0.59
Hex BC D3 5C B 0 38 11 48 39 3B
Octal 274 323 134 13 0 70 21 110 71 73
Binary 10111100 11010011 1011100 1011 0 111000 10001 1001000 111001 111011

Color Harmonies of #BCD35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD35C

Black with #BCD35C

Text Example


Text Example

White with #BCD35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD35C; }

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

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

background-color css

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

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

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

border-color css

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

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

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