Html Css Color HEX #BCC66D Wild Willow

📋 copy color: '#BCC66D'

red 188 ◦ green 198 ◦ blue 109

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

Shades of Wild Willow #BCC66D

Tints of Wild Willow #BCC66D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40%

 BLUE value IS 109 (42.97% from 255) = 22.02%

R = 37.98%
G = 40%
B = 22.02%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#BCC66D (or 0xBCC66D) is known color: Wild Willow. HEX triplet: BC, C6 and 6D. RGB value is (188,198,109). Sum of RGB (Red+Green+Blue) = 188+198+109=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 198 (77.73% from 255 or 40% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC66D is #433992. Grayscale: #B9B9B9. Windows color (decimal): -4405651 or 7194300. OLE color: 7194300.

HSL color Cylindrical-coordinate representation of color #BCC66D: hue angle of 66.74º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCC66D is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 198 109 -
CMYK 0.05 0 0.45 0.22
HSL 66.74º 0.44% 0.6% -
HSV(B) 66.74º 0.45% 0.78% -
XYZ 43.69 52.18 22.24 -
YUV 184.86 85.19 130.24 -
System Red Green Blue C M Y K H S L
Decimal 188 198 109 0.05 0 0.45 0.22 66.74 0.44 0.6
Hex BC C6 6D 5 0 2D 16 43 2C 3C
Octal 274 306 155 5 0 55 26 103 54 74
Binary 10111100 11000110 1101101 101 0 101101 10110 1000011 101100 111100

Color Harmonies of #BCC66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC66D

Black with #BCC66D

Text Example


Text Example

White with #BCC66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC66D; }

 p { color: rgb(188,198,109); }

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

background-color css

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

 a { background-color: rgb(188,198,109); }

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

border-color css

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

 span { border-color: rgb(188,198,109); }

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