Html Css Color HEX #BCCD63 Wild Willow

📋 copy color: '#BCCD63'

red 188 ◦ green 205 ◦ blue 99

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

Shades of Wild Willow #BCCD63

Tints of Wild Willow #BCCD63

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.67%

 BLUE value IS 99 (39.06% from 255) = 20.12%

R = 38.21%
G = 41.67%
B = 20.12%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#BCCD63 (or 0xBCCD63) is known color: Wild Willow. HEX triplet: BC, CD and 63. RGB value is (188,205,99). Sum of RGB (Red+Green+Blue) = 188+205+99=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 99 (39.06% from 255 or 20.12% from 492); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD63 is #43329C. Grayscale: #BCBCBC. Windows color (decimal): -4403869 or 6540732. OLE color: 6540732.

HSL color Cylindrical-coordinate representation of color #BCCD63: hue angle of 69.62º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCCD63 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 205 99 -
CMYK 0.08 0 0.52 0.20
HSL 69.62º 0.51% 0.6% -
HSV(B) 69.62º 0.52% 0.8% -
XYZ 44.82 55.25 20.11 -
YUV 187.83 77.87 128.12 -
System Red Green Blue C M Y K H S L
Decimal 188 205 99 0.08 0 0.52 0.20 69.62 0.51 0.6
Hex BC CD 63 8 0 34 14 46 33 3C
Octal 274 315 143 10 0 64 24 106 63 74
Binary 10111100 11001101 1100011 1000 0 110100 10100 1000110 110011 111100

Color Harmonies of #BCCD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD63

Black with #BCCD63

Text Example


Text Example

White with #BCCD63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD63; }

 p { color: rgb(188,205,99); }

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

background-color css

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

 a { background-color: rgb(188,205,99); }

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

border-color css

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

 span { border-color: rgb(188,205,99); }

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