Html Css Color HEX #BCCD6F Wild Willow

📋 copy color: '#BCCD6F'

red 188 ◦ green 205 ◦ blue 111

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

Shades of Wild Willow #BCCD6F

Tints of Wild Willow #BCCD6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.02%

R = 37.3%
G = 40.67%
B = 22.02%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#BCCD6F (or 0xBCCD6F) is known color: Wild Willow. HEX triplet: BC, CD and 6F. RGB value is (188,205,111). Sum of RGB (Red+Green+Blue) = 188+205+111=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 111 (43.75% from 255 or 22.02% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD6F is #433290. Grayscale: #BDBDBD. Windows color (decimal): -4403857 or 7327164. OLE color: 7327164.

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

Color convert

RGB 188 205 111 -
CMYK 0.08 0 0.46 0.20
HSL 70.85º 0.48% 0.62% -
HSV(B) 70.85º 0.46% 0.8% -
XYZ 45.44 55.5 23.36 -
YUV 189.2 83.87 127.14 -
System Red Green Blue C M Y K H S L
Decimal 188 205 111 0.08 0 0.46 0.20 70.85 0.48 0.62
Hex BC CD 6F 8 0 2E 14 47 30 3E
Octal 274 315 157 10 0 56 24 107 60 76
Binary 10111100 11001101 1101111 1000 0 101110 10100 1000111 110000 111110

Color Harmonies of #BCCD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD6F

Black with #BCCD6F

Text Example


Text Example

White with #BCCD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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