Html Css Color HEX #BCCD62 Wild Willow

📋 copy color: '#BCCD62'

red 188 ◦ green 205 ◦ blue 98

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

Shades of Wild Willow #BCCD62

Tints of Wild Willow #BCCD62

RGB

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

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

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

R = 38.29%
G = 41.75%
B = 19.96%

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

#BCCD62 (or 0xBCCD62) is known color: Wild Willow. HEX triplet: BC, CD and 62. RGB value is (188,205,98). Sum of RGB (Red+Green+Blue) = 188+205+98=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 98 (38.67% from 255 or 19.96% from 491); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD62 is #43329D. Grayscale: #BCBCBC. Windows color (decimal): -4403870 or 6475196. OLE color: 6475196.

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

Color convert

RGB 188 205 98 -
CMYK 0.08 0 0.52 0.20
HSL 69.53º 0.52% 0.59% -
HSV(B) 69.53º 0.52% 0.8% -
XYZ 44.77 55.24 19.86 -
YUV 187.72 77.37 128.2 -
System Red Green Blue C M Y K H S L
Decimal 188 205 98 0.08 0 0.52 0.20 69.53 0.52 0.59
Hex BC CD 62 8 0 34 14 46 34 3B
Octal 274 315 142 10 0 64 24 106 64 73
Binary 10111100 11001101 1100010 1000 0 110100 10100 1000110 110100 111011

Color Harmonies of #BCCD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD62

Black with #BCCD62

Text Example


Text Example

White with #BCCD62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD62; }

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

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

background-color css

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

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

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

border-color css

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

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

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