Html Css Color HEX #BCD662 Wild Willow

📋 copy color: '#BCD662'

red 188 ◦ green 214 ◦ blue 98

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

Shades of Wild Willow #BCD662

Tints of Wild Willow #BCD662

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.8%

 BLUE value IS 98 (38.67% from 255) = 19.6%

R = 37.6%
G = 42.8%
B = 19.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#BCD662 (or 0xBCD662) is known color: Wild Willow. HEX triplet: BC, D6 and 62. RGB value is (188,214,98). Sum of RGB (Red+Green+Blue) = 188+214+98=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 214 (83.98% from 255 or 42.8% from 500); Blue value is 98 (38.67% from 255 or 19.6% from 500); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD662 is #43299D. Grayscale: #C1C1C1. Windows color (decimal): -4401566 or 6477500. OLE color: 6477500.

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

Color convert

RGB 188 214 98 -
CMYK 0.12 0 0.54 0.16
HSL 73.45º 0.59% 0.61% -
HSV(B) 73.45º 0.54% 0.84% -
XYZ 46.99 59.67 20.6 -
YUV 193 74.39 124.43 -
System Red Green Blue C M Y K H S L
Decimal 188 214 98 0.12 0 0.54 0.16 73.45 0.59 0.61
Hex BC D6 62 C 0 36 10 49 3B 3D
Octal 274 326 142 14 0 66 20 111 73 75
Binary 10111100 11010110 1100010 1100 0 110110 10000 1001001 111011 111101

Color Harmonies of #BCD662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD662

Black with #BCD662

Text Example


Text Example

White with #BCD662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD662; }

 p { color: rgb(188,214,98); }

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

background-color css

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

 a { background-color: rgb(188,214,98); }

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

border-color css

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

 span { border-color: rgb(188,214,98); }

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