Html Css Color HEX #BCDB66 Wild Willow

📋 copy color: '#BCDB66'

red 188 ◦ green 219 ◦ blue 102

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

Shades of Wild Willow #BCDB66

Tints of Wild Willow #BCDB66

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.03%

 BLUE value IS 102 (40.23% from 255) = 20.04%

R = 36.94%
G = 43.03%
B = 20.04%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#BCDB66 (or 0xBCDB66) is known color: Wild Willow. HEX triplet: BC, DB and 66. RGB value is (188,219,102). Sum of RGB (Red+Green+Blue) = 188+219+102=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 102 (40.23% from 255 or 20.04% from 509); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDB66 is #432499. Grayscale: #C4C4C4. Windows color (decimal): -4400282 or 6740924. OLE color: 6740924.

HSL color Cylindrical-coordinate representation of color #BCDB66: hue angle of 75.9º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCDB66 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 219 102 -
CMYK 0.14 0 0.53 0.14
HSL 75.9º 0.62% 0.63% -
HSV(B) 75.9º 0.53% 0.86% -
XYZ 48.47 62.31 22.04 -
YUV 196.39 74.73 122.01 -
System Red Green Blue C M Y K H S L
Decimal 188 219 102 0.14 0 0.53 0.14 75.9 0.62 0.63
Hex BC DB 66 E 0 35 E 4C 3E 3F
Octal 274 333 146 16 0 65 16 114 76 77
Binary 10111100 11011011 1100110 1110 0 110101 1110 1001100 111110 111111

Color Harmonies of #BCDB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB66

Black with #BCDB66

Text Example


Text Example

White with #BCDB66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB66; }

 p { color: rgb(188,219,102); }

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

background-color css

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

 a { background-color: rgb(188,219,102); }

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

border-color css

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

 span { border-color: rgb(188,219,102); }

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