Html Css Color HEX #BCCD60 Wild Willow

📋 copy color: '#BCCD60'

red 188 ◦ green 205 ◦ blue 96

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

Shades of Wild Willow #BCCD60

Tints of Wild Willow #BCCD60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.63%

R = 38.45%
G = 41.92%
B = 19.63%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#BCCD60 (or 0xBCCD60) is known color: Wild Willow. HEX triplet: BC, CD and 60. RGB value is (188,205,96). Sum of RGB (Red+Green+Blue) = 188+205+96=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 96 (37.89% from 255 or 19.63% from 489); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD60 is #43329F. Grayscale: #BBBBBB. Windows color (decimal): -4403872 or 6344124. OLE color: 6344124.

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

Color convert

RGB 188 205 96 -
CMYK 0.08 0 0.53 0.20
HSL 69.36º 0.52% 0.59% -
HSV(B) 69.36º 0.53% 0.8% -
XYZ 44.68 55.2 19.37 -
YUV 187.49 76.37 128.36 -
System Red Green Blue C M Y K H S L
Decimal 188 205 96 0.08 0 0.53 0.20 69.36 0.52 0.59
Hex BC CD 60 8 0 35 14 45 34 3B
Octal 274 315 140 10 0 65 24 105 64 73
Binary 10111100 11001101 1100000 1000 0 110101 10100 1000101 110100 111011

Color Harmonies of #BCCD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD60

Black with #BCCD60

Text Example


Text Example

White with #BCCD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD60; }

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

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

background-color css

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

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

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

border-color css

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

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

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