Html Css Color HEX #BCD068 Wild Willow

📋 copy color: '#BCD068'

red 188 ◦ green 208 ◦ blue 104

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

Shades of Wild Willow #BCD068

Tints of Wild Willow #BCD068

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.6%

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

R = 37.6%
G = 41.6%
B = 20.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.5

 K value IS 0.18

RGB Variations

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

Color information

#BCD068 (or 0xBCD068) is known color: Wild Willow. HEX triplet: BC, D0 and 68. RGB value is (188,208,104). Sum of RGB (Red+Green+Blue) = 188+208+104=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 104 (41.02% from 255 or 20.8% from 500); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD068 is #432F97. Grayscale: #BEBEBE. Windows color (decimal): -4403096 or 6869180. OLE color: 6869180.

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

Color convert

RGB 188 208 104 -
CMYK 0.10 0 0.5 0.18
HSL 71.54º 0.53% 0.61% -
HSV(B) 71.54º 0.5% 0.82% -
XYZ 45.79 56.8 21.65 -
YUV 190.16 79.37 126.46 -
System Red Green Blue C M Y K H S L
Decimal 188 208 104 0.10 0 0.5 0.18 71.54 0.53 0.61
Hex BC D0 68 A 0 32 12 48 35 3D
Octal 274 320 150 12 0 62 22 110 65 75
Binary 10111100 11010000 1101000 1010 0 110010 10010 1001000 110101 111101

Color Harmonies of #BCD068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD068

Black with #BCD068

Text Example


Text Example

White with #BCD068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD068; }

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

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

background-color css

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

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

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

border-color css

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

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

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