Html Css Color HEX #BCCD6D Wild Willow

📋 copy color: '#BCCD6D'

red 188 ◦ green 205 ◦ blue 109

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

Shades of Wild Willow #BCCD6D

Tints of Wild Willow #BCCD6D

RGB

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

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

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

R = 37.45%
G = 40.84%
B = 21.71%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#BCCD6D (or 0xBCCD6D) is known color: Wild Willow. HEX triplet: BC, CD and 6D. RGB value is (188,205,109). Sum of RGB (Red+Green+Blue) = 188+205+109=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 109 (42.97% from 255 or 21.71% from 502); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD6D is #433292. Grayscale: #BDBDBD. Windows color (decimal): -4403859 or 7196092. OLE color: 7196092.

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

Color convert

RGB 188 205 109 -
CMYK 0.08 0 0.47 0.20
HSL 70.62º 0.49% 0.62% -
HSV(B) 70.62º 0.47% 0.8% -
XYZ 45.33 55.46 22.78 -
YUV 188.97 82.87 127.31 -
System Red Green Blue C M Y K H S L
Decimal 188 205 109 0.08 0 0.47 0.20 70.62 0.49 0.62
Hex BC CD 6D 8 0 2F 14 47 31 3E
Octal 274 315 155 10 0 57 24 107 61 76
Binary 10111100 11001101 1101101 1000 0 101111 10100 1000111 110001 111110

Color Harmonies of #BCCD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD6D

Black with #BCCD6D

Text Example


Text Example

White with #BCCD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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