Html Css Color HEX #BCDB65 Wild Willow

📋 copy color: '#BCDB65'

red 188 ◦ green 219 ◦ blue 101

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

Shades of Wild Willow #BCDB65

Tints of Wild Willow #BCDB65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.88%

R = 37.01%
G = 43.11%
B = 19.88%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#BCDB65 (or 0xBCDB65) is known color: Wild Willow. HEX triplet: BC, DB and 65. RGB value is (188,219,101). Sum of RGB (Red+Green+Blue) = 188+219+101=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 101 (39.84% from 255 or 19.88% from 508); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDB65 is #43249A. Grayscale: #C4C4C4. Windows color (decimal): -4400283 or 6675388. OLE color: 6675388.

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

Color convert

RGB 188 219 101 -
CMYK 0.14 0 0.54 0.14
HSL 75.76º 0.62% 0.63% -
HSV(B) 75.76º 0.54% 0.86% -
XYZ 48.42 62.29 21.78 -
YUV 196.28 74.23 122.09 -
System Red Green Blue C M Y K H S L
Decimal 188 219 101 0.14 0 0.54 0.14 75.76 0.62 0.63
Hex BC DB 65 E 0 36 E 4C 3E 3F
Octal 274 333 145 16 0 66 16 114 76 77
Binary 10111100 11011011 1100101 1110 0 110110 1110 1001100 111110 111111

Color Harmonies of #BCDB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB65

Black with #BCDB65

Text Example


Text Example

White with #BCDB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB65; }

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

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

background-color css

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

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

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

border-color css

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

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

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