Html Css Color HEX #BCD568 Wild Willow

📋 copy color: '#BCD568'

red 188 ◦ green 213 ◦ blue 104

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

Shades of Wild Willow #BCD568

Tints of Wild Willow #BCD568

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.18%

 BLUE value IS 104 (41.02% from 255) = 20.59%

R = 37.23%
G = 42.18%
B = 20.59%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#BCD568 (or 0xBCD568) is known color: Wild Willow. HEX triplet: BC, D5 and 68. RGB value is (188,213,104). Sum of RGB (Red+Green+Blue) = 188+213+104=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 213 (83.59% from 255 or 42.18% from 505); Blue value is 104 (41.02% from 255 or 20.59% from 505); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD568 is #432A97. Grayscale: #C1C1C1. Windows color (decimal): -4401816 or 6870460. OLE color: 6870460.

HSL color Cylindrical-coordinate representation of color #BCD568: hue angle of 73.76º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCD568 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 213 104 -
CMYK 0.12 0 0.51 0.16
HSL 73.76º 0.56% 0.62% -
HSV(B) 73.76º 0.51% 0.84% -
XYZ 47.03 59.28 22.06 -
YUV 193.1 77.72 124.36 -
System Red Green Blue C M Y K H S L
Decimal 188 213 104 0.12 0 0.51 0.16 73.76 0.56 0.62
Hex BC D5 68 C 0 33 10 4A 38 3E
Octal 274 325 150 14 0 63 20 112 70 76
Binary 10111100 11010101 1101000 1100 0 110011 10000 1001010 111000 111110

Color Harmonies of #BCD568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD568

Black with #BCD568

Text Example


Text Example

White with #BCD568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD568; }

 p { color: rgb(188,213,104); }

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

background-color css

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

 a { background-color: rgb(188,213,104); }

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

border-color css

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

 span { border-color: rgb(188,213,104); }

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